mirror of
https://github.com/sartography/protocol-builder-mock.git
synced 2025-02-14 08:37:36 +00:00
fixing my stupids.
This commit is contained in:
parent
80a4fee4cc
commit
4ab0fc4370
3
.gitignore
vendored
3
.gitignore
vendored
@ -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…
x
Reference in New Issue
Block a user