Code clean up. More changes to membership tables, views, routes, methods, and models renamed.

This commit is contained in:
Scott Idem
2022-01-11 16:24:01 -05:00
parent 8953fc32d8
commit 163e57ef76
8 changed files with 452 additions and 529 deletions

View File

@@ -37,6 +37,7 @@ app = FastAPI(
title='Aether API',
description='One Sky IT\'s Aether API using FastAPI.',
version='5.7.0',
operationsSorter='method',
)