From 491fd89471c767dc0341489a29275c9f7a7c371f Mon Sep 17 00:00:00 2001 From: Ruidy Date: Fri, 15 Mar 2024 17:17:40 +0100 Subject: [PATCH] remove unused constant --- constant/routes.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/constant/routes.go b/constant/routes.go index e25cd1f..b2e749c 100644 --- a/constant/routes.go +++ b/constant/routes.go @@ -1,7 +1,6 @@ package constant const ( - RouteBooking = "/bookings" - RouteNewBooking = "/bookings/new" - RouteReports = "/reports" + RouteBooking = "/bookings" + RouteReports = "/reports" )