summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmix.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.sh b/mix.sh
index f60c85d..1d9dba1 100755
--- a/mix.sh
+++ b/mix.sh
@@ -28,7 +28,7 @@ if [ -z "$endpoint" ]; then
else
echo "upload to $endpoint"
curl \
- -X PUT \
+ -X POST \
-F "module=samplernn" \
-F "activity=train" \
-F "generated=true" \