Skip to content

Commit

Permalink
Merge f846940 into 14448d5
Browse files Browse the repository at this point in the history
  • Loading branch information
drodsou committed Mar 26, 2019
2 parents 14448d5 + f846940 commit a6699a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Example
You can extend your Hoodie’s server routes and API by creating ``hoodie/server/index.js``
in your app’s, which should export a `hapi plugin <https://hapijs.com/tutorials/plugins>`_.
All server routes defined in the plugin will be prefixed with ``/hoodie/<app name>``
All server routes defined in the plugin will be prefixed with ``/hoodie/<app name>`` where <app name> is your package.json "name" key.

Example

Expand Down

0 comments on commit a6699a5

Please sign in to comment.