- Full API application, streamlined, de-duplication of document handling code into document_utils.py
- Added meta-data fields to DocumentVersion - Docker container to support API
This commit is contained in:
6
scripts/run_eveai_api.py
Normal file
6
scripts/run_eveai_api.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from eveai_api import create_app
|
||||
|
||||
app = create_app()
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(debug=True)
|
||||
Reference in New Issue
Block a user