rentease/constant/routes.go
2024-03-22 12:13:22 +01:00

7 lines
108 B
Go

package constant
const (
RouteBooking = "/bookings"
RouteReports = "/reports"
RouteItem = "/items"
)