better way of handling injection of webmanifests

This commit is contained in:
Lee Salminen
2022-07-05 15:05:31 -06:00
parent 80f8d83548
commit 2cb87d96f2
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -145,6 +145,7 @@ async def wallet(
"user": user.dict(),
"wallet": wallet.dict(),
"service_fee": service_fee,
"web_manifest": f"/manifest/{user.id}.webmanifest"
},
)