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