mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 04:16:05 +00:00
fix: use of xc-token instead of xc-auth
This commit is contained in:
@@ -175,7 +175,7 @@ async function createDemoTable({
|
||||
api = new Api({
|
||||
baseURL: `http://localhost:8080/`,
|
||||
headers: {
|
||||
'xc-auth': context.token,
|
||||
'xc-token': context.apiToken,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user