mirror of
https://github.com/tavo-wasd-gh/conex-builder.git
synced 2025-06-07 12:13:30 -06:00
pending abstraction
This commit is contained in:
parent
6dea68ba49
commit
8433d662ad
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ func main() {
|
||||||
|
|
||||||
http.HandleFunc("/api/orders", CreateOrderHandler)
|
http.HandleFunc("/api/orders", CreateOrderHandler)
|
||||||
http.HandleFunc("/api/orders/", CaptureOrderHandler)
|
http.HandleFunc("/api/orders/", CaptureOrderHandler)
|
||||||
|
// http.HandleFunc("/api/updateadfasad/", UpdateSiteHandler)
|
||||||
http.Handle("/", http.FileServer(http.Dir("./public")))
|
http.Handle("/", http.FileServer(http.Dir("./public")))
|
||||||
|
|
||||||
stop := make(chan os.Signal, 1)
|
stop := make(chan os.Signal, 1)
|
||||||
|
|
Loading…
Reference in a new issue