Skip to content

Commit

Permalink
Merge pull request #12 from tminaorg/revert-fly-domains
Browse files Browse the repository at this point in the history
fix: Revert fly domains
  • Loading branch information
aleksasiriski authored Nov 1, 2023
2 parents 550423c + 1bde32e commit 9258c8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prednjica",
"version": "0.0.2",
"version": "0.0.4",
"private": true,
"scripts": {
"start": "node build",
Expand Down

0 comments on commit 9258c8d

Please sign in to comment.