diff --git a/main.go b/main.go index d2898f2..8f633b3 100644 --- a/main.go +++ b/main.go @@ -28,7 +28,7 @@ func main() { // Set up HTTP routes mux := http.NewServeMux() - mux.HandleFunc("/register", registerHandler) + mux.HandleFunc("/signup", registerHandler) // Apply CORS middleware c := cors.New(cors.Options{