perbaikan
This commit is contained in:
@@ -56,6 +56,8 @@ func RegisterRoutes(cfg *config.Config) *gin.Engine {
|
||||
|
||||
// Protected routes (require authentication)
|
||||
|
||||
|
||||
|
||||
// Employee endpoints
|
||||
employeeHandler := employeeHandlers.NewEmployeeHandler()
|
||||
v1.GET("/employees", employeeHandler.GetEmployee)
|
||||
|
||||
Reference in New Issue
Block a user