mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-20 10:39:59 +01:00
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