Skip to content

Commit 42027a1

Browse files
committed
updated with cors policy via GSUTIL
1 parent 16a0c54 commit 42027a1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

cors.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"origin": ["*"],
4+
"method": ["GET"],
5+
"maxAgeSeconds": 3600
6+
}
7+
]

src/app/core/modal/loadfile/loadfile.component.ts

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export class LoadfileComponent {
5555

5656

5757
case 'ada':
58+
5859
return this.fls.loader.ada(e.name,-1, '', e.data)
5960
.then(
6061
res => this.dialogRef.close(res)

0 commit comments

Comments
 (0)