go1.16 and embed
This commit is contained in:
parent
0a55030ae5
commit
82fd34b288
42 changed files with 95 additions and 1236 deletions
|
|
@ -10,24 +10,6 @@ type route struct {
|
|||
Methods []string
|
||||
}
|
||||
|
||||
var static = []route{
|
||||
{
|
||||
core.Favicon,
|
||||
staticHandler,
|
||||
[]string{"GET"},
|
||||
},
|
||||
{
|
||||
core.BootstrapCSS,
|
||||
staticHandler,
|
||||
[]string{"GET"},
|
||||
},
|
||||
{
|
||||
core.CustomCSS,
|
||||
staticHandler,
|
||||
[]string{"GET"},
|
||||
},
|
||||
}
|
||||
|
||||
var routes = []route{
|
||||
{
|
||||
core.RootURI,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue