mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-12 13:46:51 +00:00
6 lines
94 B
Go
6 lines
94 B
Go
package constants
|
|
|
|
const (
|
|
RouteBooking = "/bookings"
|
|
RouteNewBooking = "bookings/new"
|
|
)
|