Commit 8a4ff5e3 authored by pythongosssss's avatar pythongosssss
Browse files

allow static files to be symlinks

parent 8ea165dd
......@@ -362,7 +362,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):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment