Adding tags.

This commit is contained in:
g_it 2026-04-06 22:58:29 +02:00
commit 9d9701663c
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627

View file

@ -101,7 +101,7 @@ CUSTOM_CSS = """
app = FastAPI( app = FastAPI(
title="Reviews API", title="Reviews API",
description=DESCRIPTION, description=DESCRIPTION,
version="1.0.0", version="1.1",
docs_url=None, docs_url=None,
redoc_url=None, redoc_url=None,
) )