Skip to content

Commit

Permalink
Fix file ref
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainCodeman committed Mar 11, 2016
1 parent 09f3d30 commit d4c16f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/recipes/google-app-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ themselves to the instance - I've found the `Group` feature naturally fits into
per REST endpoint, often with a higher-level `api` group created that they attach to instead of the root
Echo instance directly (so things like CORS middleware can be added at this higher common-level).

`some-endpoint.go`
`users.go`

{{< embed "google-app-engine/some-endpoint.go" >}}
{{< embed "google-app-engine/users.go" >}}

If we run our app it should execute as it did before when everything was in one file although we have
at least gained the ability to organize our handlers a little more cleanly.
Expand Down

0 comments on commit d4c16f2

Please sign in to comment.