Added API version

This commit is contained in:
Profitroll 2025-02-20 22:55:08 +01:00
parent bf6ca24eed
commit 1c8365b11f
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2

View File

@ -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",
)