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)