feat(backend): set openAPI title and version
This commit is contained in:
parent
a4cc2c774f
commit
3e249a47b1
@ -20,7 +20,10 @@ logging.basicConfig(level=logging.INFO)
|
|||||||
# simc_path = os.path.join('tests', 'simc')
|
# simc_path = os.path.join('tests', 'simc')
|
||||||
simc_path = "./"
|
simc_path = "./"
|
||||||
|
|
||||||
app = FastAPI()
|
app = FastAPI(
|
||||||
|
title = "SimC-Free Backend",
|
||||||
|
version="0.1.0",
|
||||||
|
)
|
||||||
|
|
||||||
origins = [
|
origins = [
|
||||||
"http://localhost",
|
"http://localhost",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user