Dashboard fix

This commit is contained in:
2025-04-16 15:09:26 +02:00
parent c95d865454
commit 70769f2909

View File

@@ -55,8 +55,8 @@ def service():
name=name, # type: ignore
url=url, # type: ignore
user_id=current_user.id,
icon=os.path.join(str(current_user.id), filename), # type: ignore
)
icon=str(current_user.id) + "/" + filename,
) # type: ignore
db.session.add(new_service)
db.session.commit()
return render_template(