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

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