mirror of
https://github.com/kataras/iris.git
synced 2026-03-04 23:46:06 +00:00
minor (see prev commit)
This commit is contained in:
@@ -54,7 +54,7 @@ func (s *BlocksEngine) Name() string {
|
||||
}
|
||||
|
||||
// RootDir sets the directory to use as the root one inside the provided File System.
|
||||
func (s *BlocksEngine) RootDir(root string) *BlocksEngine { // TODO: update blocks for the new fs.FS interface and use it for Sub.
|
||||
func (s *BlocksEngine) RootDir(root string) *BlocksEngine {
|
||||
s.Engine.RootDir(root)
|
||||
return s
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user