change function's name in solidarity_mobility folders
This commit is contained in:
@@ -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)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user