Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 0777816

Browse files
authored
Create headers.js
1 parent b3053f8 commit 0777816

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/utils/headers.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module.exports = {
2+
'Content-Type': 'application/json',
3+
Accept: 'application/json',
4+
'Accept-Encoding': 'gzip, deflate, br',
5+
Connection: 'keep-alive',
6+
'X-Requested-With': 'REPLAPIit',
7+
Referrer: 'https://repl.it',
8+
Origin: 'https://repl.it'
9+
};

0 commit comments

Comments
 (0)