pending abstraction

This commit is contained in:
tavo-wasd 2024-09-02 00:51:05 -06:00
parent 6dea68ba49
commit 8433d662ad

View file

@ -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)