Work on temporary hosted file downloads and export creation.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user