From 26836567a94d3c628cd71f299e6b22479c734fdb Mon Sep 17 00:00:00 2001 From: buttle Date: Sun, 20 Jun 2021 19:34:18 +0200 Subject: [PATCH] fixes path --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" } )