Added API version
This commit is contained in:
parent
bf6ca24eed
commit
1c8365b11f
@ -1,3 +1,7 @@
|
||||
from fastapi import FastAPI
|
||||
|
||||
app = FastAPI()
|
||||
# TODO Add an integration for the contact information
|
||||
app = FastAPI(
|
||||
title="Javelina",
|
||||
version="0.0.1",
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user