Change PORT to API_PORT

Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-09-22 08:00:00 +01:00
parent 3520056529
commit 2b310791c5

View file

@ -8,7 +8,7 @@ import (
)
func GetPort() string {
port := os.Getenv("PORT")
port := os.Getenv("API_PORT")
if port != "" {
return port