diff options
Diffstat (limited to 'resources')
-rw-r--r-- | resources/curl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/curl b/resources/curl index ac6668b..4a9c949 100644 --- a/resources/curl +++ b/resources/curl @@ -1 +1,2 @@ curl -X POST -F "file=@./resources/datamap.csv" -F "name=bobbins" -F "description=This is a long description of the datamap." http://localhost:4000/v1/datamaps|jq > /tmp/dm.json +curl -X POST -F "file=@./resources/datamap.csv" -F "name=bobbins" -F "description=This is a long description of the datamap." http://localhost:5000/v1/datamaps |