Skip to content

Commit

Permalink
🔒 update the allowed origins in the cors config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Adnane Miliari committed Dec 26, 2023
1 parent d70bbea commit d2dc20d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ This application is deployed using Docker. The CI/CD pipeline is configured in `

- **_`Owner`_** : **Adnane Miliari** - *Backend Engineer* - [miliariadnane](https://github.com/miliariadnane)
- **_`Contributors`_** :
- **Ayoub Bouazza 🎨** - *Frontend Engineer 🎨* - [bouazzaayyoub](https://github.com/bouazzaayyoub)
- **Ayoub Bouazza** - *Frontend Engineer 🎨* - [bouazzaayyoub](https://github.com/bouazzaayyoub)
- **Mohammed Daoudi** - *DevOps Engineer 🐬* - [Iduoad](https://github.com/Iduoad)

## 📝 License
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/cors.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CORS CONFIGURATION
cors:
allowed-origins: "localhost:5173"
allowed-origins: "localhost:3000, 130.61.32.252:32768"
allowed-methods: "*"
allowed-headers: "*"
exposed-headers: "*"

0 comments on commit d2dc20d

Please sign in to comment.