mirror of
https://github.com/GNS3/gns3-server
synced 2025-06-05 15:48:51 +00:00
Re-enable static directory
This commit is contained in:
parent
ec8cfcd0f9
commit
1cc1ccd511
@ -276,11 +276,11 @@ class WebServer:
|
|||||||
m.port_manager = PortManager.instance()
|
m.port_manager = PortManager.instance()
|
||||||
|
|
||||||
# adding static route
|
# adding static route
|
||||||
# self._app.router.add_static(
|
self._app.router.add_static(
|
||||||
# '/static/',
|
'/static/',
|
||||||
# path=get_static_dir(),
|
path=get_static_dir(),
|
||||||
# name='static'
|
name='static'
|
||||||
# )
|
)
|
||||||
|
|
||||||
log.info("Starting server on {}:{}".format(self._host, self._port))
|
log.info("Starting server on {}:{}".format(self._host, self._port))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user