We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab4bb16 commit 777b5b4Copy full SHA for 777b5b4
adminlte/static/plugins/ueditor/ueditor.config.js
@@ -30,7 +30,7 @@
30
UEDITOR_HOME_URL: URL
31
32
// 服务器统一请求接口路径
33
- , serverUrl: "/api/html_v1/pages/actions/upload"
+ , serverUrl: "/api/ueditor_upload"
34
35
//工具栏上的所有的功能按钮和下拉框,可以在new编辑器的实例时选择自己需要的重新定义
36
, toolbars: [[
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name='django-adminlte-admin',
9
- version='0.4.5',
+ version='0.4.6',
10
packages=find_packages(),
11
include_package_data=True,
12
license='MIT License',
0 commit comments