update

FFIB vor 5 Jahren
Ursprung
Commit
8afb77f1e3
1 geänderte Dateien mit 1 neuen Zeilen und 1 gelöschten Zeilen
  1. 1 1
      kodosale/settings.py

+ 1 - 1
kodosale/settings.py

@@ -230,7 +230,7 @@ SIMDITOR_TOOLBAR = [
230 230
 SIMDITOR_CONFIGS = {
231 231
     'toolbar': SIMDITOR_TOOLBAR,
232 232
     'upload': {
233
-        'url': '/simditor/upload',
233
+        'url': '/simditor/upload/',
234 234
         'fileKey': 'upload',
235 235
         'image_size': 1024 * 1024 * 4  # max image size 4MB
236 236
     },