mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-11 21:26:50 +00:00
7 lines
124 B
Go
7 lines
124 B
Go
package constant
|
|
|
|
const (
|
|
RouteBooking = "/bookings"
|
|
RouteNewBooking = "/bookings/new"
|
|
RouteReports = "/reports"
|
|
)
|