pull/1537/head
Jade McGough 2017-05-15 17:49:15 -07:00
parent 29abd955b3
commit 52c2b3d4f1
1 changed files with 9 additions and 1 deletions

View File

@ -1 +1,9 @@
export const writePoints = source => {}
import AJAX from 'src/utils/ajax'
export const writePoints = (source, db) => {
return AJAX({
url: source.links.write,
method: 'POST',
data: {},
})
}