diff options
| -rwxr-xr-x | mix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" \ |
