Skip to content

Commit

Permalink
Update storedb.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LiarOnce authored Apr 25, 2024
1 parent d18f5bd commit d23a64c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/assets/js/lib/storedb/storedb.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const requestOptions = {
headers: new Headers({
'access-control-allow-origin': '*',
'access-control-allow-methods': 'GET,POST,PUT,PATCH,TRACE,DELETE,HEAD,OPTIONS'
}),
// headers: new Headers({
// 'access-control-allow-origin': '*',
// 'access-control-allow-methods': 'GET,POST,PUT,PATCH,TRACE,DELETE,HEAD,OPTIONS'
// }),
}

class StoreDatabaseAPI {
Expand Down

0 comments on commit d23a64c

Please sign in to comment.