Remove unused property

This commit is contained in:
Daniel Heath 2018-05-27 21:49:55 +10:00
parent 0e93250cc9
commit f567f86bab
1 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@ func main() {
Debounce: 500,
SessionStore: store,
AllowInsecure: true,
HotTemplateReloading: true,
Fileuploads: true,
MaxUploadSize: 2,
}.Router()
@ -26,7 +25,6 @@ func main() {
Debounce: 500,
SessionStore: store,
AllowInsecure: true,
HotTemplateReloading: true,
Fileuploads: true,
MaxUploadSize: 2,
}.Router()