Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
153f7ee1
Commit
153f7ee1
authored
May 13, 2023
by
comfyanonymous
Browse files
Merge branch 'serve-static-symlinks' of
https://github.com/pythongosssss/ComfyUI
parents
44f9f9ba
8a4ff5e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
server.py
server.py
+1
-1
No files found.
server.py
View file @
153f7ee1
...
@@ -363,7 +363,7 @@ class PromptServer():
...
@@ -363,7 +363,7 @@ class PromptServer():
def
add_routes
(
self
):
def
add_routes
(
self
):
self
.
app
.
add_routes
(
self
.
routes
)
self
.
app
.
add_routes
(
self
.
routes
)
self
.
app
.
add_routes
([
self
.
app
.
add_routes
([
web
.
static
(
'/'
,
self
.
web_root
),
web
.
static
(
'/'
,
self
.
web_root
,
follow_symlinks
=
True
),
])
])
def
get_queue_info
(
self
):
def
get_queue_info
(
self
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment