This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10185101272
/
Personal-Collections-Website
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix conflict
master
wengsy
4 years ago
parent
a2048a2378
7bf42bc9f9
commit
e70739670e
2 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
APP/server.py
+2
-1
README.md
+ 1
- 1
APP/server.py
View File
@ -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
View File
@ -1,2 +1,3 @@
# Personal-Collections-Website
This is a personal collections online website.
邓淳远、崔鹏宇、翁思扬组云计算期末项目
Write
Preview
Loading…
Cancel
Save