mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-12 19:38:57 +00:00
Remove static dir configuration
This commit is contained in:
parent
4158edf8e2
commit
bf1b801cc0
@ -283,13 +283,6 @@ class WebServer:
|
||||
m = module.instance()
|
||||
m.port_manager = PortManager.instance()
|
||||
|
||||
# adding static route
|
||||
#self._app.router.add_static(
|
||||
# '/static/',
|
||||
# path=get_static_dir(),
|
||||
# name='static'
|
||||
#)
|
||||
|
||||
log.info("Starting server on {}:{}".format(self._host, self._port))
|
||||
|
||||
self._handler = self._app.make_handler()
|
||||
|
Loading…
Reference in New Issue
Block a user