diff options
| author | _Tradam <[email protected]> | 2024-06-17 00:44:10 -0400 |
|---|---|---|
| committer | _Tradam <[email protected]> | 2024-06-17 00:44:10 -0400 |
| commit | c0faec4aaf819017f5c4f1083816aaad026e5ccc (patch) | |
| tree | c9e1694f8823cf035fe740ff7ec656fc1d01bf23 /config | |
| parent | 40860b70a2ffb58636b3bf6e6399f30e08eafec4 (diff) | |
| download | gameHolster-c0faec4aaf819017f5c4f1083816aaad026e5ccc.tar.gz gameHolster-c0faec4aaf819017f5c4f1083816aaad026e5ccc.zip | |
test automated deployment
Diffstat (limited to 'config')
| -rw-r--r-- | config/initializers/cors.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/initializers/cors.rb b/config/initializers/cors.rb index 30f03cc..541e2ed 100644 --- a/config/initializers/cors.rb +++ b/config/initializers/cors.rb @@ -17,7 +17,7 @@ Rails.application.config.middleware.insert_before 0, Rack::Cors do allow do - origins 'localhost:3000', 'localhost:5173' + origins 'localhost:3000', 'localhost:5173', 'gameshoster.com', 'malcz.com' resource '/api/v1/*', headers: :any, |
