mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-12 13:46:51 +00:00
remove unused constant
This commit is contained in:
parent
f3e266e502
commit
491fd89471
1 changed files with 2 additions and 3 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
package constant
|
package constant
|
||||||
|
|
||||||
const (
|
const (
|
||||||
RouteBooking = "/bookings"
|
RouteBooking = "/bookings"
|
||||||
RouteNewBooking = "/bookings/new"
|
RouteReports = "/reports"
|
||||||
RouteReports = "/reports"
|
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue