rename routes to make more sense

for example, /getInvite and /generateInvite become GET(/invites) and
    POST(/invites) respectively.
This commit is contained in:
Harvey Tindall
2020-09-24 14:03:25 +01:00
parent ce844e0574
commit 544f5674e8
19 changed files with 62 additions and 1673 deletions
+2 -1
View File
@@ -463,7 +463,8 @@
</div>
</div>
<script src="serialize.js"></script>
<script>
<script>
var availableProfiles = [];
{{ if .notifications }}
var notifications_enabled = true;
{{ else }}