Skip to content

Commit 27bc4bb

Browse files
author
PedroGao
committed
optimize: 更新版本和路径
1 parent a9e8cfd commit 27bc4bb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cymysql = "==0.9.1"
1111
flask-cors = "==2.1.0"
1212
requests = "==2.18.4"
1313
pipfile = "*"
14-
lin-cms = "==0.1.1a1"
14+
lin-cms = "==0.1.1a2"
1515
"oss2" = "*"
1616

1717
[dev-packages]

app/plugins/oss/app/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from lin.redprint import Redprint
99
from lin.core import lin_config
1010

11-
api = Redprint('uploader')
11+
api = Redprint('oss')
1212

1313

1414
@api.route('/upload_to_local', methods=['POST'])

app/plugins/poem/app/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from app.plugins.poem.app.forms import PoemSearchForm
55
from .model import Poem
66

7-
api = Redprint('demo')
7+
api = Redprint('poem')
88

99

1010
@api.route('/all', methods=['GET'])

0 commit comments

Comments
 (0)