fix: remove tag as "Apps" to avoid clutter in docs
This commit is contained in:
parent
938fc54af3
commit
bbdd41ef87
|
@ -6,7 +6,7 @@ db = Database("ext_offlineshop")
|
|||
|
||||
offlineshop_ext: APIRouter = APIRouter(
|
||||
prefix="/Extension",
|
||||
tags=["Apps", "Offlineshop"]
|
||||
tags=["Offlineshop"]
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user