mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-10 20:56:50 +00:00
6 lines
83 B
Go
6 lines
83 B
Go
package constant
|
|
|
|
const (
|
|
RouteBooking = "/bookings"
|
|
RouteReports = "/reports"
|
|
)
|