more work on the expadable models

This commit is contained in:
2024-02-02 16:16:26 +00:00
parent d08a0a2a4c
commit 70b4141223
4 changed files with 245 additions and 91 deletions

View File

@@ -636,7 +636,7 @@ func NewHandler(db *sql.DB) *Handle {
}
func (x Handle) Startup() {
fmt.Printf("Starting up!\n")
log.Info("Starting up!\n")
port := os.Getenv("PORT")
if port == "" {