diff options
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/botleaguesapi.php (renamed from src/config/config.php) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/config.php b/src/config/botleaguesapi.php index cba8c73..1df9c5a 100644 --- a/src/config/config.php +++ b/src/config/botleaguesapi.php @@ -10,6 +10,6 @@ return [ ], - 'allowed_origin' => 'http://local.botleagues.camilstaps.nl' + 'allowed_origin' => ['http://botleagues.camilstaps.nl', 'https://botleagues.camilstaps.nl'] ]; |