mirror of
https://github.com/gotoeasy/glogcenter.git
synced 2025-09-15 12:58:34 +08:00
0.11.6
This commit is contained in:
parent
44aa453cf5
commit
3e3532d01a
@ -23,6 +23,7 @@ func Run() {
|
||||
gweb.RegisterController(method.GET, "/**/*.html", html.StaticFileController)
|
||||
gweb.RegisterController(method.GET, "/**/*.css", html.StaticFileController)
|
||||
gweb.RegisterController(method.GET, "/**/*.js", html.StaticFileController)
|
||||
gweb.RegisterController(method.GET, "/**/*.txt", html.StaticFileController)
|
||||
gweb.RegisterController(method.GET, "/**/*.ico", html.StaticFileController)
|
||||
gweb.RegisterController(method.GET, "/**/*.png", html.StaticFileController)
|
||||
gweb.RegisterController(method.GET, "/**/*.jpg", html.StaticFileController)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user