This website works better with JavaScript.
首頁
探索
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10185101272
/
Personal-Collections-Website
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
fix conflict
master
wengsy
4 年之前
父節點
a2048a2378
7bf42bc9f9
當前提交
e70739670e
共有
2 個文件被更改
,包括
3 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
APP/server.py
+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.
邓淳远、崔鹏宇、翁思扬组云计算期末项目
Write
Preview
Loading…
取消
儲存