implement contact us
This commit is contained in:
1
main.go
1
main.go
@@ -39,6 +39,7 @@ func main() {
|
||||
mux.Handle(core.RandomSvgInterface, &handler)
|
||||
mux.Handle(core.RefreshToken, &handler)
|
||||
mux.Handle(core.ResetNKode, &handler)
|
||||
mux.Handle(core.ContactUs, &handler)
|
||||
fmt.Println("Running on localhost:8080...")
|
||||
log.Fatal(http.ListenAndServe("localhost:8080", corsMiddleware(mux)))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user