update to get favicon from compontent by using the storage
Build and Push Docker Container / build-and-push (push) Successful in 1m36s
Build and Push Docker Container / build-and-push (push) Successful in 1m36s
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user