SUrvey now works
This commit is contained in:
@@ -9,5 +9,6 @@ func SetupAppServer() {
|
||||
fs := http.FileServer(http.Dir("./application/static"))
|
||||
http.Handle("GET /static/", http.StripPrefix("/static/", fs))
|
||||
http.HandleFunc("/signup/", controllers.Signup)
|
||||
http.HandleFunc("/advanced/{companyString}", controllers.Advanced)
|
||||
http.HandleFunc("/", controllers.Index)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user