Removed form data from route structs.
This commit is contained in:
parent
0546a1b089
commit
1ac68b7d9f
4 changed files with 43 additions and 21 deletions
|
|
@ -2,4 +2,5 @@ package context
|
|||
|
||||
const (
|
||||
AuthenticatedUserKey = "auth_user"
|
||||
FormKey = "form"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue