浏览代码

fix conflict

master
wengsy 4 年前
父节点
当前提交
e70739670e
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. +1
    -1
      APP/server.py
  2. +2
    -1
      README.md

+ 1
- 1
APP/server.py 查看文件

@ -22,4 +22,4 @@ app.register_blueprint(bp_start)
app.register_blueprint(bp_block)
app.register_blueprint(bp_collection)
init_db()
app.run(host="0.0.0.0",port="5000",debug=True)
app.run(debug=True)

+ 2
- 1
README.md 查看文件

@ -1,2 +1,3 @@
# Personal-Collections-Website
This is a personal collections online website.
邓淳远、崔鹏宇、翁思扬组云计算期末项目

正在加载...
取消
保存