From 8433d662adfd9060ff3786a274d8a6eb421e47f0 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Mon, 2 Sep 2024 00:51:05 -0600 Subject: [PATCH] pending abstraction --- server/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/server/main.go b/server/main.go index 4a2058a..77426a6 100644 --- a/server/main.go +++ b/server/main.go @@ -28,6 +28,7 @@ func main() { http.HandleFunc("/api/orders", CreateOrderHandler) http.HandleFunc("/api/orders/", CaptureOrderHandler) + // http.HandleFunc("/api/updateadfasad/", UpdateSiteHandler) http.Handle("/", http.FileServer(http.Dir("./public"))) stop := make(chan os.Signal, 1)