You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns the closest [Views manager](#views-manager) to your `realm` (either on your realm or inherited from an ancestor realm)
615
615
616
-
## The `view`[handler](https://github.com/hapijs/hapi/blob/master/API.md#serverdecoratetype-property-method-options)
616
+
## The viewhandler
617
617
618
-
The `view` handler can be used with routes registered in the same realm as the view manager. The
618
+
The `view`[handler](https://github.com/hapijs/hapi/blob/master/API.md#serverdecoratetype-property-method-options) can be used with routes registered in the same realm as the view manager. The
619
619
handler takes an `options` parameter that can be either a string or an object. When the `options`
620
620
parameter is a string, it should be the filename and path of the template relative to the templates
621
621
path configured via the views manager. When the `options` parameter is an object, it may have the
0 commit comments