update auth_service, add updateProfile method into interface

change main package to api_bb
This commit is contained in:
2025-10-11 05:41:15 +05:00
parent 62b0d4763d
commit a5ca98b549
12 changed files with 136 additions and 50 deletions
+3 -3
View File
@@ -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() {