feat(remote): 添加 CORS 中间件支持文件跨域访问
This commit is contained in:
@@ -20,7 +20,7 @@ export const config = {
|
||||
},
|
||||
|
||||
get tempRoot(): string {
|
||||
return path.join(os.tmpdir(), 'xcnote_uploads')
|
||||
return path.join(os.tmpdir(), 'xcdesktop_uploads')
|
||||
},
|
||||
|
||||
get serverPort(): number {
|
||||
|
||||
Reference in New Issue
Block a user