Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #36 from Mateiadrielrafael/develop
Browse files Browse the repository at this point in the history
fix: correct api prod url
  • Loading branch information
prescientmoon authored May 8, 2020
2 parents 5d40c6d + 1e9b960 commit 8a3d430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.purs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ devUrl :: BaseUrl
devUrl = BaseUrl "http://localhost:8090"

prodUrl :: BaseUrl
prodUrl = BaseUrl "https://lunarbox-api.herokuapp.com/api/"
prodUrl = BaseUrl "https://lunarbox-api.herokuapp.com/"

main :: Boolean -> Effect Unit
main production =
Expand Down

0 comments on commit 8a3d430

Please sign in to comment.