mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-06 02:36:49 +00:00
7 lines
108 B
Go
7 lines
108 B
Go
package constant
|
|
|
|
const (
|
|
RouteBooking = "/bookings"
|
|
RouteReports = "/reports"
|
|
RouteItem = "/items"
|
|
)
|