remove unused constant

This commit is contained in:
Ruidy 2024-03-15 17:17:40 +01:00
parent f3e266e502
commit 491fd89471
No known key found for this signature in database
GPG key ID: E00F51288CB857CC

View file

@ -1,7 +1,6 @@
package constant
const (
RouteBooking = "/bookings"
RouteNewBooking = "/bookings/new"
RouteReports = "/reports"
RouteBooking = "/bookings"
RouteReports = "/reports"
)