mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-10 04:36:50 +00:00
7 lines
125 B
Go
7 lines
125 B
Go
package constants
|
|
|
|
const (
|
|
RouteBooking = "/bookings"
|
|
RouteNewBooking = "/bookings/new"
|
|
RouteReports = "/reports"
|
|
)
|