mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-06 02:36:49 +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
|
||||
|
||||
const (
|
||||
RouteBooking = "/bookings"
|
||||
RouteNewBooking = "/bookings/new"
|
||||
RouteReports = "/reports"
|
||||
RouteBooking = "/bookings"
|
||||
RouteReports = "/reports"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue