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