Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
Link builder guide to context creation via controller
Browse files Browse the repository at this point in the history
  • Loading branch information
smolijar committed Jan 8, 2019
1 parent d1a043e commit 45e3aa4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ For full reference of the contexts, see [API docs](https://ackeecz.github.io/int
- [Service builder and custom context](./guide/builder.md)
- :construction: Dynamic options
- [Custom 404 error](./guide/notfound.md)
- [Customize controller flow](./guide/controller-flow.md)
- [Customizing controller flow](./guide/controller-flow.md)

## Development

Expand Down
3 changes: 3 additions & 0 deletions guide/builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,7 @@ export default <T extends { id: any }>(defs: Definitions<T, MyHttpContext>) =>

```

That will do for the type.
But to see how to create the context in the "controller" using Crudella, read [customizing controller flow](./controller-flow.md).


2 changes: 1 addition & 1 deletion guide/controller-flow.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Customize controller flow
# Customizing controller flow

> I am writing a web app, where the hell are my request, response objects?
Expand Down

0 comments on commit 45e3aa4

Please sign in to comment.