diff --git a/fly.toml b/fly.toml index e6250db0..e3ae1142 100644 --- a/fly.toml +++ b/fly.toml @@ -7,7 +7,7 @@ primary_region = "cdg" [env] PORT = "8080" PRIVATE_API_URL = "http://zadnjica.internal:3030" - PUBLIC_API_URL = "https://zadnjica.fly.dev" + PUBLIC_API_URL = "https://api.brzaguza.rs" [http_service] internal_port = 8080 diff --git a/package.json b/package.json index b5b711c3..88349e6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prednjica", - "version": "0.0.2", + "version": "0.0.4", "private": true, "scripts": { "start": "node build",