Args: Expose api-servers to subcommands
This is required for the export-openapi action. Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
This commit is contained in:
parent
153dac496c
commit
e290b88568
2 changed files with 4 additions and 1 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import asyncio
|
||||
from typing import Optional
|
||||
import uvicorn
|
||||
from fastapi import FastAPI
|
||||
from fastapi.middleware.cors import CORSMiddleware
|
||||
from loguru import logger
|
||||
from typing import Optional
|
||||
|
||||
from common.logger import UVICORN_LOG_CONFIG
|
||||
from common.networking import get_global_depends
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue