perbaikan

This commit is contained in:
2025-08-16 05:01:39 +07:00
parent c14587996e
commit ac15da3ed3
4 changed files with 89 additions and 80 deletions

View File

@@ -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)