添加项目文件。
This commit is contained in:
7
apihost/Tnb.API.Entry/Configurations/Cors.json
Normal file
7
apihost/Tnb.API.Entry/Configurations/Cors.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"CorsAccessorSettings": {
|
||||
"PolicyName": "JNPFCorsAccessor",
|
||||
"WithOrigins": [ "http://localhost:3000", "http://localhost:8080" ],
|
||||
"WithExposedHeaders": [ "access-token", "x-access-token", "Content-Disposition" ]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user