Files @ d6a5e1c072ce
Branch filter:

Location: C3L-NOC/spaceapi/run.py

Dennis Fink
call reload_json from __init__.py when creating the app instead of when
importing active.py
1
2
3
from spaceapi import create_app

create_app().run(debug=True)