inventory
Build and Publish / BuildAndDeployAmd64 (push) Failing after 7s
Build and Publish / BuildAndDeployArm64 (push) Failing after 8s

This commit is contained in:
2026-07-21 19:28:17 +02:00
parent e6f69f500a
commit 572a43db27
+1
View File
@@ -138,6 +138,7 @@ func main() {
http.HandleFunc("/reservations/{sku}/{locationId}", server.getReservationHandler) http.HandleFunc("/reservations/{sku}/{locationId}", server.getReservationHandler)
http.HandleFunc("POST /reservations", server.reserveInventoryHandler) http.HandleFunc("POST /reservations", server.reserveInventoryHandler)
http.HandleFunc("POST /reservations/release", server.releaseReservationHandler) http.HandleFunc("POST /reservations/release", server.releaseReservationHandler)
http.HandleFunc("/inventory/badge", inventory.BadgeHandler(s))
http.HandleFunc("POST /inventory/batch", server.batchInventoryHandler) http.HandleFunc("POST /inventory/batch", server.batchInventoryHandler)
stockhandler := &StockHandler{ stockhandler := &StockHandler{