Build back and front again

This commit is contained in:
dvirlabs 2025-07-01 10:04:59 +03:00
parent f4ed5999c2
commit 53d0770ee7
2 changed files with 1 additions and 1 deletions

View File

@ -83,4 +83,3 @@ def list_icons():
if __name__ == "__main__": if __name__ == "__main__":
uvicorn.run(app, host="0.0.0.0", port=8000) uvicorn.run(app, host="0.0.0.0", port=8000)

View File

@ -30,3 +30,4 @@ export async function fetchIconCategories() {
return await res.json(); return await res.json();
} }