Removed form data from route structs.

This commit is contained in:
mikestefanello 2021-12-14 22:14:39 -05:00
parent 0546a1b089
commit 1ac68b7d9f
4 changed files with 43 additions and 21 deletions

View file

@ -2,4 +2,5 @@ package context
const (
AuthenticatedUserKey = "auth_user"
FormKey = "form"
)