diff --git a/app.py b/app.py index 7f30ec2..2af6b37 100644 --- a/app.py +++ b/app.py @@ -78,7 +78,7 @@ def image(file_path): current_dir=file_path.replace(file_name, ""), name=file_name, object={'type': 'image', - 'url': f"/img{file_path}" + 'url': f"/img/{file_path}" } )