fix simditor image url bug

FFIB 5 anos atrás
pai
commit
a4e8c93600
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      kodosale/settings.py

+ 1 - 0
kodosale/settings.py

@@ -229,6 +229,7 @@ SIMDITOR_TOOLBAR = [
229 229
 ]
230 230
 SIMDITOR_CONFIGS = {
231 231
     'toolbar': SIMDITOR_TOOLBAR,
232
+    'is_api': True,
232 233
     'upload': {
233 234
         'url': '/simditor/upload',
234 235
         'fileKey': 'upload',