Skip to content

Commit

Permalink
Allow port 8228 for local development
Browse files Browse the repository at this point in the history
  • Loading branch information
danslapman committed Dec 11, 2022
1 parent 9ad1d73 commit ccbd1f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/mockingbird/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ ru.tinkoff.tcb {
port = 8228
allowedOrigins = [
"http://localhost",
"http://localhost:3000"
"http://localhost:3000",
"http://localhost:8228"
]
}

Expand Down

0 comments on commit ccbd1f6

Please sign in to comment.