change function's name in solidarity_mobility folders

This commit is contained in:
2024-04-25 15:16:06 +02:00
parent b0129aae79
commit 982d07e8ad
3 changed files with 4 additions and 12 deletions

View File

@@ -6,11 +6,11 @@ import (
storage "git.coopgo.io/sbouaram/solidarity-service/storage"
)
func (h *ApplicationHandler) SilvermobiBookingList(w http.ResponseWriter, r *http.Request) {
func (h *ApplicationHandler) SolidarityMobilityDiverList(w http.ResponseWriter, r *http.Request) {
storage.GetDriver()
h.Renderer.SilvermobiBookingList(w, r)
h.Renderer.SolidarityMobilityDiverList(w, r)
}