Wird jetzt nach kategorien die Seiten angezeigt

This commit is contained in:
2023-11-20 10:01:41 +01:00
parent ad1b7827a1
commit a87b0b3979
5 changed files with 40 additions and 14 deletions

View File

@@ -44,6 +44,6 @@ func Run() {
server.InitCommands(appConfig, dbConfig)
} else {
server.Initialize(appConfig, dbConfig)
server.Run(":" + appConfig.AppPort)
server.Run("127.0.0.1:" + appConfig.AppPort)
}
}