minor tweaks towards JWTs

time box expired before completing this; one of these days...
This commit is contained in:
Daniel J. Summers
2018-03-20 20:26:02 -05:00
parent 8d84bdb2e6
commit b248f7ca7f
3 changed files with 6 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ var routes = Routes{
Route{
"Journal",
"GET",
"/journal",
"/api/journal",
journal,
false,
},