boo
This commit is contained in:
2
main.go
2
main.go
@@ -88,7 +88,7 @@ func main() {
|
|||||||
app.Get("/forgot-password", h.forgotPasswordPage)
|
app.Get("/forgot-password", h.forgotPasswordPage)
|
||||||
app.Get("/welcome", h.welcomePage)
|
app.Get("/welcome", h.welcomePage)
|
||||||
|
|
||||||
log.Fatal(app.Listen(":6082"))
|
log.Fatal(app.Listen(":6082$"))
|
||||||
}
|
}
|
||||||
|
|
||||||
func buildAssetVersion(paths ...string) string {
|
func buildAssetVersion(paths ...string) string {
|
||||||
|
|||||||
Reference in New Issue
Block a user