mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-31 21:59:58 +01:00
no longer a template, no need for special file extension
This commit is contained in:
parent
85be2e97a1
commit
17a362fe7a
|
|
@ -77,7 +77,7 @@ class AssetsController(Controller):
|
|||
|
||||
class IndexController(AssetsController):
|
||||
def handle_request(self):
|
||||
self.serve_file("index.wrx", "text/html")
|
||||
self.serve_file("index.html", content_type = "text/html")
|
||||
|
||||
class WebSocketController(Controller):
|
||||
def handle_request(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue