diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-17 15:59:43 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-10-17 15:59:43 +0800 |
commit | 722bc30f5465f07b6546e73401e3be9fe0a6dd04 (patch) | |
tree | 8bf2065f1629323a7b2a609ace5223310cb5b42f /Timeline/appsettings.json | |
parent | 1ed67160177e2f3681cfc5b954e7ce18835a5c07 (diff) | |
download | timeline-722bc30f5465f07b6546e73401e3be9fe0a6dd04.tar.gz timeline-722bc30f5465f07b6546e73401e3be9fe0a6dd04.tar.bz2 timeline-722bc30f5465f07b6546e73401e3be9fe0a6dd04.zip |
Add cors.
Diffstat (limited to 'Timeline/appsettings.json')
-rw-r--r-- | Timeline/appsettings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Timeline/appsettings.json b/Timeline/appsettings.json index 2d0f2b9f..61491ff5 100644 --- a/Timeline/appsettings.json +++ b/Timeline/appsettings.json @@ -7,5 +7,6 @@ "JwtConfig": {
"Issuer": "api.crupest.xyz",
"Audience": "api.crupest.xyz"
- }
+ },
+ "Cors": [ "https://www.crupest.xyz", "https://crupest.xyz" ]
}
|