Signed-off-by: Odyssey <odyssey346@disroot.org>
This commit is contained in:
Odyssey 2023-01-07 17:45:42 +01:00
parent de809e2837
commit fffd28165b
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ func main() {
app.Post("/signup", pages.SignupPage)
app.Listen(utils.GetPort())
app.Listen(GetPort())
}
// GetPort returns the port to listen on