feat: Implement company management API endpoints and handler

This commit is contained in:
2025-03-10 22:03:13 +00:00
parent 58173b436c
commit 8785b86bfc
6 changed files with 1464 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
package utils
import (
dto "github.com/timetracker/backend/internal/dtos"
)
// This file contains type definitions for Swagger documentation
// LoginRequest is a Swagger representation of LoginDto