Spaces:
Running
Running
Update index.js
Browse files
index.js
CHANGED
@@ -23,6 +23,7 @@ const CONFIG = {
|
|
23 |
BODY_LIMIT: '5mb'
|
24 |
},
|
25 |
DEFAULT_HEADERS: {
|
|
|
26 |
'Connection': 'Upgrade',
|
27 |
'Pragma': 'no-cache',
|
28 |
'Cache-Control': 'no-cache',
|
|
|
23 |
BODY_LIMIT: '5mb'
|
24 |
},
|
25 |
DEFAULT_HEADERS: {
|
26 |
+
'Host': 'api.inkeep.com',
|
27 |
'Connection': 'Upgrade',
|
28 |
'Pragma': 'no-cache',
|
29 |
'Cache-Control': 'no-cache',
|