Can edit anime list items now

This commit is contained in:
2017-06-21 14:00:52 +02:00
parent 5c900c9738
commit cc09017b36
8 changed files with 131 additions and 48 deletions

View File

@ -109,4 +109,5 @@ func init() {
app.Test("/auth/google", nil)
app.Test("/auth/google/callback", nil)
app.Test("/user", nil)
app.Test("/settings", nil)
}