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
8a4ff5e3
Commit
8a4ff5e3
authored
May 12, 2023
by
pythongosssss
Browse files
allow static files to be symlinks
parent
8ea165dd
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 @
8a4ff5e3
...
@@ -362,7 +362,7 @@ class PromptServer():
...
@@ -362,7 +362,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