Skip to content

Commit

Permalink
Custom server example with Hapi in README (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
okuryu authored and timneutkens committed Jan 19, 2017
1 parent 1e77568 commit 5be9c04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ export default ({ url }) => (
<ul>
<li><a href="./examples/custom-server">Basic custom server</a></li>
<li><a href="./examples/custom-server-express">Express integration</a></li>
<li><a href="./examples/custom-server-hapi">Hapi integration</a></li>
<li><a href="./examples/custom-server-koa">Koa integration</a></li>
<li><a href="./examples/parameterized-routing">Parameterized routing</a></li>
<li><a href="./examples/ssr-caching">SSR caching</a></li>
Expand Down

0 comments on commit 5be9c04

Please sign in to comment.