update auth_service, add updateProfile method into interface
change main package to api_bb
This commit is contained in:
@@ -7,11 +7,11 @@ import (
|
||||
"github.com/go-chi/chi/v5"
|
||||
"gorm.io/gorm"
|
||||
|
||||
"go-rest-api/internal/config"
|
||||
"go-rest-api/internal/handlers"
|
||||
"go-rest-api/internal/repository"
|
||||
"go-rest-api/internal/service"
|
||||
"go-rest-api/pkg/middleware"
|
||||
"api_bb/internal/config"
|
||||
"api_bb/internal/handlers"
|
||||
"api_bb/internal/repository"
|
||||
"api_bb/internal/service"
|
||||
"api_bb/pkg/middleware"
|
||||
)
|
||||
|
||||
func SetupRouter(db *gorm.DB, config *config.Config) http.Handler {
|
||||
|
||||
Reference in New Issue
Block a user