Allow serving everything beneath a baseUrl with a path.

See: https://github.com/freifunkhamburg/ffffng/issues/44
This commit is contained in:
baldo 2017-05-06 18:40:59 +02:00
parent 3d6fb5feec
commit 8de06a0a8a
14 changed files with 85 additions and 55 deletions

View file

@ -80,6 +80,6 @@
<script src="js/views/taskActionButton.js"></script>
<script src="js/main.js"></script>
<script src="/config.js"></script>
<script src="../../config.js"></script>
</body>
</html>