mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 18:37:05 +00:00
DirOptions.PushTargets: add example for https://github.com/kataras/iris/issues/1562
Former-commit-id: 940f07fdb1184266dc315441fb91afa5754092fa
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
// $ go run .
|
||||
// "physical" files are not used, you can delete the "assets" folder and run the example.
|
||||
//
|
||||
// See `file-server/embedding-gziped-files-into-app` example as well.
|
||||
// See `file-server/embedding-gzipped-files-into-app` example as well.
|
||||
func newApp() *iris.Application {
|
||||
app := iris.New()
|
||||
app.Logger().SetLevel("debug")
|
||||
|
||||
Reference in New Issue
Block a user