diff --git a/modules/config/config.go b/modules/config/config.go index 01dbe3e5..bada0f72 100644 --- a/modules/config/config.go +++ b/modules/config/config.go @@ -73,8 +73,9 @@ func OAuthURL() string { func setBaseURL() { if Production { BaseURL = "https://userstyles.world" + } else { + BaseURL = "http://localhost" + Port } - BaseURL = "http://localhost" + Port } func init() {