update auth_service, add updateProfile method into interface
change main package to api_bb
This commit is contained in:
@@ -8,9 +8,9 @@ import (
|
||||
"gorm.io/driver/postgres"
|
||||
"gorm.io/gorm"
|
||||
|
||||
"go-rest-api/internal/config"
|
||||
"go-rest-api/internal/models"
|
||||
"go-rest-api/internal/routes"
|
||||
"api_bb/internal/config"
|
||||
"api_bb/internal/models"
|
||||
"api_bb/internal/routes"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user