docs: typo fix

This commit is contained in:
Raju Udava
2024-07-14 06:09:35 +00:00
parent dfe90e3551
commit b8c4d2697f

View File

@@ -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
}
});
}