Skip to content

Commit

Permalink
💚 add allowed origin without /
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-bouali committed Apr 9, 2024
1 parent d893ef7 commit 12472f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion book-network/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.alibou</groupId>
<artifactId>book-network</artifactId>
<version>1.0.10</version>
<version>1.0.11</version>
<name>book-network-api</name>
<description>Spring Boot project for book social network</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion book-network/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ application:
frontend:
activation-url: http://localhost:4200/activate-account
cors:
origins: http://192.168.0.227:8088/,http://localhost:8088/,http://localhost:4200
origins: http://192.168.0.227:8088/,http://localhost:8088/,http://localhost:4200,http://192.168.0.227:8080
file:
uploads:
photos-output-path: ./uploads
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
- 1025:1025
bsn-api:
container_name: bsn-api
image: alibouali/bsn-api:1.0.10
image: alibouali/bsn-api:1.0.11
environment:
EMAIL_HOST_NAME: ${EMAIL_HOST_NAME}
EMAIL_USER_NAME: ${EMAIL_USER_NAME}
Expand Down

0 comments on commit 12472f1

Please sign in to comment.