diff options
author | Daniel Weipert <code@drogueronin.de> | 2022-01-05 16:39:07 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2022-01-10 11:29:13 +0100 |
commit | 47e6d88484eba2733551de9edde8c4ac58706e5e (patch) | |
tree | 1ca32046be32e67c795127e09e951aea92861200 /templates/config | |
parent | 39c0f9b8346447b27d65da1d62f8e03697fe8907 (diff) |
Add CORS header
Diffstat (limited to 'templates/config')
-rw-r--r-- | templates/config/config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/config/config.toml b/templates/config/config.toml index 1011e90..8f9a76f 100644 --- a/templates/config/config.toml +++ b/templates/config/config.toml @@ -9,3 +9,6 @@ password = 123456 [api] keys = [] +[api.cors] +origins = [] + |