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
+1 -1
View File
@@ -6,7 +6,7 @@ db = Database("ext_offlineshop")
offlineshop_ext: APIRouter = APIRouter(
prefix="/Extension",
tags=["Apps", "Offlineshop"]
tags=["Offlineshop"]
)