change to match up with api

This commit is contained in:
Paul Trowbridge 2018-06-28 01:01:02 -04:00
parent 13de00bdf2
commit 355a1a15fa

View File

@ -1,4 +1,4 @@
curl -H "Content-Type: application/json" -X POST -d@./srce.json http://localhost/srce_set curl -H "Content-Type: application/json" -X POST -d@./srce.json http://localhost/source
curl -H "Content-Type: application/json" -X POST -d@./map.json http://localhost/mapdef_set curl -H "Content-Type: application/json" -X POST -d@./map.json http://localhost/regex
curl -H "Content-Type: application/json" -X POST -d@./vals.json http://localhost/mapval_set curl -H "Content-Type: application/json" -X POST -d@./vals.json http://localhost/mapping
curl -v -F upload=@./d.csv http://localhost/import?srce=dcard curl -v -F upload=@./d.csv http://localhost/import?srce=dcard