mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-10 12:46:53 +00:00
8 lines
128 B
Go
8 lines
128 B
Go
package constant
|
|
|
|
const (
|
|
RouteLogin = "/"
|
|
RouteBooking = "/bookings"
|
|
RouteReports = "/reports"
|
|
RouteItem = "/items"
|
|
)
|