Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-2-capstone-design2
/
2014104149
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Graduate
2020-11-23 18:12:51 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
f5b6afe84b9d3269571d65344fdbec9f77db2cd3
f5b6afe8
2 parents
f0d08d58
b2d03f48
Merge branch 'master' of
http://khuhub.khu.ac.kr/2020-2-capstone-design2/2014104149
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
flask/run
flask/run.sh
flask/run
0 → 100644
View file @
f5b6afe
1
+
flask run --cert=cert.pem --key=key.pem
flask/run.sh
View file @
f5b6afe
1
-
flask run --cert
=
cert.pem --key
=
key.pem
1
+
flask run --
host 0.0.0.0 --
cert
=
cert.pem --key
=
key.pem
...
...
Please
register
or
login
to post a comment