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
Examples: Adopt structure used in the Vapor template repository (#85)
Motivation
----------
The [Vapor template repository](https://github.com/vapor/template-bare)
splits the server into a main entry point file and a separate route
installation function. Adopting the same structure makes this example
more familiar to users who are used to the official template.
Fixes#61
Modifications
-------------
* Adopt the Vapor template structure for `HelloWorldVapor`
* Use the `-warnings-as-errors` flag when building end to end examples.
Result
------
The example works in the same way as before but has a more familiar
structure for Vapor users.
Test Plan
---------
All tests continue to pass.
0 commit comments