Work on temporary hosted file downloads and export creation.

This commit is contained in:
Scott Idem
2021-11-23 16:51:41 -05:00
parent 4fa32f63fd
commit 24c7411109
5 changed files with 114 additions and 4 deletions

View File

@@ -33,7 +33,11 @@ print('### **** *** ** * The Aether FastAPI API app is loading... * ** *** ****
#)
app = FastAPI()
app = FastAPI(
title='Aether API',
description='One Sky IT\'s Aether API using FastAPI.',
version='5.7.0',
)
@lru_cache()