write POST must include db in the path
parent
52c2b3d4f1
commit
abbf70fcca
|
@ -2,7 +2,7 @@ import AJAX from 'src/utils/ajax'
|
|||
|
||||
export const writePoints = (source, db) => {
|
||||
return AJAX({
|
||||
url: source.links.write,
|
||||
url: `${source.links.write$}?db=${db}`,
|
||||
method: 'POST',
|
||||
data: {},
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue