changement de variables

This commit is contained in:
2024-05-02 09:54:51 +02:00
parent 982d07e8ad
commit 883453f4a4
7 changed files with 100 additions and 173 deletions

View File

@@ -3,14 +3,12 @@ package application
import (
"fmt"
"net/http"
storage "git.coopgo.io/sbouaram/solidarity-service/storage"
)
func (h *ApplicationHandler) SolidarityMobilityDiverList(w http.ResponseWriter, r *http.Request) {
func (h *ApplicationHandler) SolidarityServiceDiverList(w http.ResponseWriter, r *http.Request) {
storage.GetDriver()
h.Renderer.SolidarityMobilityDiverList(w, r)
h.Renderer.SolidarityServiceDiverList(w, r)
}