mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-03-30 15:08:29 +00:00
fix: upload path
This commit is contained in:
parent
9f521fe199
commit
8c65edd257
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user