change 4000 to 80

This commit is contained in:
2024-08-29 13:51:52 +02:00
parent d670e87908
commit 0bba3cd7d2
4 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ import (
_ "github.com/jackc/pgx/v4/stdlib"
)
const webPort = "4000"
const webPort = "80"
var counts int64