fix: use of xc-token instead of xc-auth

This commit is contained in:
Raju Udava
2024-09-25 01:30:03 +00:00
parent 9bc069ff56
commit a0ceb4b86b

View File

@@ -175,7 +175,7 @@ async function createDemoTable({
api = new Api({
baseURL: `http://localhost:8080/`,
headers: {
'xc-auth': context.token,
'xc-token': context.apiToken,
},
});