fixing my stupids.
This commit is contained in:
parent
80a4fee4cc
commit
4ab0fc4370
|
@ -1 +1,2 @@
|
|||
.idea
|
||||
.idea
|
||||
__pycache__/
|
4
app.py
4
app.py
|
@ -44,3 +44,7 @@ def site_map():
|
|||
links.append((url, rule.endpoint))
|
||||
return json.dumps({"links": links})
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
# run our standalone gevent server
|
||||
app.run(port=4200)
|
Loading…
Reference in New Issue