aboutsummaryrefslogtreecommitdiff
path: root/Timeline/appsettings.json
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-10-17 16:12:18 +0800
committerGitHub <noreply@github.com>2019-10-17 16:12:18 +0800
commit6c5bc336e57b08ca2c84bb49fe1ad488cf91dc20 (patch)
tree981a746e231876ecee18480a26dddbf0eb5c93b5 /Timeline/appsettings.json
parenta0218a31048331d2dcc6453e3bd64031459bfbdc (diff)
parent036e445b2c3ab99e217b1432c00ab659d66cd300 (diff)
downloadtimeline-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.json3
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" ]
}