mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-03-14 13:08:27 +03:00
fix: upload path
This commit is contained in:
parent
9f521fe199
commit
8c65edd257
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue