mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-09-13 07:21:16 +00:00
Rename FastAPI server to EOS. (#355)
Rename FastAPI server to `eos` and FastHTML server to `eosdash`. Make an user easily identify what server is meant. FastAPI and FastHTML are implementation details that may confuse the non-technical user. Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!.venv/bin/python
|
||||
"""This module generates the OpenAPI specification for the FastAPI application defined in `akkudoktoreos.server.fastapi_server`.
|
||||
"""This module generates the OpenAPI specification for the EOS application defined in `akkudoktoreos.server.eos`.
|
||||
|
||||
The script can be executed directly to generate the OpenAPI specification
|
||||
either to the standard output or to a specified file.
|
||||
@@ -20,7 +20,7 @@ import sys
|
||||
|
||||
from fastapi.openapi.utils import get_openapi
|
||||
|
||||
from akkudoktoreos.server.fastapi_server import app
|
||||
from akkudoktoreos.server.eos import app
|
||||
|
||||
|
||||
def generate_openapi() -> dict:
|
||||
|
Reference in New Issue
Block a user