1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

Merge branch 'serve-static-symlinks' of https://github.com/pythongosssss/ComfyUI

This commit is contained in:
comfyanonymous
2023-05-13 11:33:56 -04:00

View File

@@ -363,7 +363,7 @@ class PromptServer():
def add_routes(self):
self.app.add_routes(self.routes)
self.app.add_routes([
web.static('/', self.web_root),
web.static('/', self.web_root, follow_symlinks=True),
])
def get_queue_info(self):