update auth_service, add updateProfile method into interface
change main package to api_bb
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"log"
|
||||
"time"
|
||||
|
||||
"go-rest-api/internal/models"
|
||||
"api_bb/internal/models"
|
||||
"gorm.io/driver/postgres"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -6,9 +6,9 @@ import (
|
||||
"net/http"
|
||||
"strings"
|
||||
|
||||
"go-rest-api/internal/models"
|
||||
"go-rest-api/internal/repository"
|
||||
"go-rest-api/internal/service"
|
||||
"api_bb/internal/models"
|
||||
"api_bb/internal/repository"
|
||||
"api_bb/internal/service"
|
||||
)
|
||||
|
||||
type contextKey string
|
||||
|
||||
Reference in New Issue
Block a user