some improvements

This commit is contained in:
ston1th 2019-08-26 19:58:31 +02:00
commit 58a0dc36d5
25 changed files with 233 additions and 105 deletions

View file

@ -48,10 +48,10 @@ var prefixRoutes = []route{
jwtHandler(
authHandler(
indexHandler)),
[]string{"GET"},
[]string{"GET", "POST"},
},
{
core.ReindexPrefix,
core.RetagPrefix,
jwtHandler(
authHandler(
indexHandler)),