1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Remove unused property

This commit is contained in:
Daniel Heath 2018-05-27 21:49:55 +10:00
parent 0e93250cc9
commit f567f86bab

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()