add silvermobi/storage 'dependencie' to solidarity_mobility handler

This commit is contained in:
2024-04-25 15:12:49 +02:00
parent ea400eefcd
commit b0129aae79
2 changed files with 4 additions and 1 deletions

View File

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