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