remove comment

Former-commit-id: 05d930a66c7e67872cc6d10256fb51e2881ddcb1 [formerly 9abaa1eb69a3327483d016c17ac901315a3829ca] [formerly 73d1232a38bc084d40cd79a56a9346b5e83aad94 [formerly f7d0d446d6]]
Former-commit-id: d6bda2cbe97c4f82ae73de8d08b5d4a06487ad0d [formerly 486df0414c56b21644344336a6a35257a9555ac1]
Former-commit-id: f35205d7024179484d323737d1410edc41d7e95e
pull/726/head
Henrique Dias 2017-07-26 18:01:24 +01:00
parent c6883856b9
commit 51ee5f4cc2
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ type RequestContext struct {
User *User
FM *FileManager
FI *file
// On API handlers, Router is the APi handler we want. TODO: review this
// On API handlers, Router is the APi handler we want.
Router string
}