Skip to content

Commit

Permalink
fix default backend url
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Feb 19, 2024
1 parent 7bb3ce4 commit 1935b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi/src/Api.elm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type Request a

baseUrl : String
baseUrl =
"http://localhost:8000"
"http://localhost:9000"


noExternalTransactions : String
Expand Down

0 comments on commit 1935b10

Please sign in to comment.