mirror of
https://github.com/kataras/iris.git
synced 2025-12-27 06:47:08 +00:00
Update to version 8.5.5
Former-commit-id: b5be58709f17758a8df3ebc99270b97ccd8b18f2
This commit is contained in:
@@ -91,6 +91,13 @@ const (
|
||||
Favicon = "favicon.ico"
|
||||
)
|
||||
|
||||
// Configure accepts configurations and runs them inside the Bootstraper's context.
|
||||
func (b *Bootstrapper) Configure(cs ...Configurator) {
|
||||
for _, c := range cs {
|
||||
c(b)
|
||||
}
|
||||
}
|
||||
|
||||
// Bootstrap prepares our application.
|
||||
//
|
||||
// Returns itself.
|
||||
|
||||
Reference in New Issue
Block a user