add createDriver renderer et handler
This commit is contained in:
@@ -144,4 +144,11 @@ func (h *ApplicationHandler) SolidarityService (w http.ResponseWriter, r *http.R
|
||||
h.cache.PutWithTTL(cacheid, accounts, 1*time.Hour)
|
||||
|
||||
h.Renderer.BeneficiariesSolidarity(w, r, accounts, drivers, parcourmobAccounts, cacheid)
|
||||
}
|
||||
|
||||
func (h *ApplicationHandler) CreateDriver (w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
|
||||
|
||||
h.Renderer.CreateDriver(w, r)
|
||||
}
|
||||
Reference in New Issue
Block a user