move default html template for use with other submodules

This commit is contained in:
Izalia Mae 2021-10-23 08:58:05 -04:00
parent d7a60a536f
commit 28a9bfb781
38 changed files with 1 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB

View file

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View file

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -29,7 +29,7 @@ log_ext_ignore = [
'divx', 'mov', 'mp4', 'webm', 'wmv'
]
frontend = Path(__file__).resolve().parent.join('frontend')
frontend = Path(__file__).resolve().parent.parent.join('http_frontend')
class Application(sanic.Sanic):
_extra = DotDict()