Fix routing (#939)

* reinstate working routing code and remove broken code

* forward object_info

* remove object_info bit
This commit is contained in:
Alex "mcmonkey" Goodwin
2024-09-24 15:01:23 +09:00
committed by Chenlei Hu
parent 35579e644e
commit 7b344d5629
5 changed files with 15 additions and 19 deletions

View File

@@ -1,5 +1,4 @@
export default {
app_title: 'ComfyUI',
app_version: __COMFYUI_FRONTEND_VERSION__,
base_url: import.meta.env.VITE_BASE_URL
app_version: __COMFYUI_FRONTEND_VERSION__
}