fix: upload path

This commit is contained in:
realaravinth 2022-08-15 17:25:22 +05:30
parent 9f521fe199
commit 8c65edd257
No known key found for this signature in database
GPG key ID: AD9F0F08E855ED88

View file

@ -104,7 +104,7 @@ upload_dist() {
do
curl -v \
-F upload=@$file \
"$DUMBSERVE_HOST/api/v1/files/upload?path=$1/"
"$DUMBSERVE_HOST/api/v1/files/upload?path=mCaptcha/$1/"
done
popd
}