diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-17 16:12:18 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-17 16:12:18 +0800 |
commit | 6c5bc336e57b08ca2c84bb49fe1ad488cf91dc20 (patch) | |
tree | 981a746e231876ecee18480a26dddbf0eb5c93b5 /Timeline/appsettings.json | |
parent | a0218a31048331d2dcc6453e3bd64031459bfbdc (diff) | |
parent | 036e445b2c3ab99e217b1432c00ab659d66cd300 (diff) | |
download | timeline-6c5bc336e57b08ca2c84bb49fe1ad488cf91dc20.tar.gz timeline-6c5bc336e57b08ca2c84bb49fe1ad488cf91dc20.tar.bz2 timeline-6c5bc336e57b08ca2c84bb49fe1ad488cf91dc20.zip |
Merge pull request #49 from crupest/add-cors
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" ]
}
|