no longer a template, no need for special file extension

This commit is contained in:
Jakob Ketterl 2019-05-12 17:23:03 +02:00
parent 85be2e97a1
commit 17a362fe7a
2 changed files with 1 additions and 1 deletions

View File

@ -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):