mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 01:55:40 +00:00
fix: upload path
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user