changement de variables
This commit is contained in:
@@ -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)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user