Skip to content

Commit

Permalink
[#500] Trails: Update cors port.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-stacey committed Jul 29, 2019
1 parent 0da58ad commit 29d42d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/trails/src/Mirza/Trails/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ defaultDatabaseConnectionString = "dbname=devtrails"

corsOrigins :: [CorsMiddleware.Origin]
corsOrigins = [
"http://localhost:8080"
"http://localhost:8300"
, "https://demo.mirza.d61.io"
]

Expand Down

0 comments on commit 29d42d2

Please sign in to comment.