fix: remove tag as "Apps" to avoid clutter in docs

This commit is contained in:
Stefan Stammberger 2021-08-22 20:22:18 +02:00
parent 938fc54af3
commit bbdd41ef87
No known key found for this signature in database
GPG Key ID: 645FA807E935D9D5

View File

@ -6,7 +6,7 @@ db = Database("ext_offlineshop")
offlineshop_ext: APIRouter = APIRouter(
prefix="/Extension",
tags=["Apps", "Offlineshop"]
tags=["Offlineshop"]
)