perbaikan
This commit is contained in:
@@ -4,15 +4,16 @@ import (
|
||||
"net/http"
|
||||
|
||||
"api-service/internal/config"
|
||||
authHandlers "api-service/internal/handlers/auth"
|
||||
componentHandlers "api-service/internal/handlers/component"
|
||||
employeeHandlers "api-service/internal/handlers/employee"
|
||||
"api-service/internal/middleware"
|
||||
services "api-service/internal/services/auth"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
swaggerFiles "github.com/swaggo/files"
|
||||
ginSwagger "github.com/swaggo/gin-swagger"
|
||||
|
||||
authHandlers "api-service/internal/handlers/auth"
|
||||
componentHandlers "api-service/internal/handlers/component"
|
||||
employeeHandlers "api-service/internal/handlers/employee"
|
||||
)
|
||||
|
||||
// RegisterRoutes registers all API routes for version 1
|
||||
|
||||
Reference in New Issue
Block a user