Skip to content

Commit 7d33859

Browse files
authored
Merge pull request #39 from nextgis/fu-deprecated
Update deprecated file upload URL
2 parents f5cc5e1 + 47c3537 commit 7d33859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qgis/qgis_ngw_connection.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
from .compat_qgis import CompatQt
3636

3737

38-
UPLOAD_FILE_URL = '/api/component/file_upload/upload'
38+
UPLOAD_FILE_URL = '/api/component/file_upload/'
3939
GET_VERSION_URL = '/api/component/pyramid/pkg_version'
4040
TUS_UPLOAD_FILE_URL = '/api/component/file_upload/'
4141
TUS_VERSION = '1.0.0'

0 commit comments

Comments
 (0)