update to get favicon from compontent by using the storage
Build and Push Docker Container / build-and-push (push) Successful in 1m36s

This commit is contained in:
2026-02-16 12:02:52 +01:00
parent e8e37e8967
commit 6137121209
4 changed files with 32 additions and 30 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ async def robots():
@basic_bp.route("/storage/<path:file_id>")
async def convex_storage_proxy(file_id:str):
if not is_valid_uuid(file_id):
clean_file_id = file_id.split("?", 1)[0]
if not is_valid_uuid(clean_file_id):
return abort(404, "Not a valid uuid")
return Response(