mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-23 08:00:23 +00:00
Update manage.py
This commit is contained in:
parent
115c7b45fb
commit
e6391d8ceb
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ def set_app_info(output_list):
|
|||
|
||||
def get_Image_url(app_name):
|
||||
|
||||
image_url = "http://localhost:5000/static/" + app_name + "-websoft9.png"
|
||||
image_url = "/static/" + app_name + "-websoft9.png"
|
||||
|
||||
return image_url
|
||||
|
||||
|
|
Loading…
Reference in a new issue