feat: Implement company management API endpoints and handler
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user