add input in front + add connection via grpc to solidarity-service(vue)
This commit is contained in:
@@ -5,15 +5,14 @@ import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
func (h *ApplicationHandler) SolidarityServiceDiverList(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
|
||||
h.Renderer.SolidarityServiceDiverList(w, r)
|
||||
func (h *ApplicationHandler) SolidarityServiceBookingList(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
h.Renderer.SolidarityServiceBookingList(w, r)
|
||||
}
|
||||
|
||||
func (h *ApplicationHandler) SilvermobiBookingCreate(w http.ResponseWriter, r *http.Request) {
|
||||
fmt.Println("SilverBookingC")
|
||||
func (h *ApplicationHandler) SolidarityServiceBookingCreate(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
h.Renderer.SolidarityServiceBookingCreate(w, r )
|
||||
}
|
||||
|
||||
func (h *ApplicationHandler) SilvermobiBookingUpdate(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
Reference in New Issue
Block a user