mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 15:46:52 +00:00
docs: typo fix
This commit is contained in:
@@ -126,7 +126,7 @@ async function uploadByUrlExample() {
|
||||
url: `http://localhost:8080/api/v2/tables/${table_id}/records`,
|
||||
data: row,
|
||||
headers: {
|
||||
'xc-token': xc_auth
|
||||
'xc-token': xc-token
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user