1
0

Updated the web handler with updated param binder

This commit is contained in:
kolaente
2019-06-28 09:13:17 +02:00
parent 5d3b6573ca
commit fc3c5f2187
12 changed files with 43 additions and 304 deletions

View File

@ -194,7 +194,7 @@ type HTTPError struct {
}
```
You can learn more about how exactly custom error types are created in the [vikunja docs](https://git.kolaente.de/vikunja/api/src/branch/master/docs/practical-instructions/errors.md).
You can learn more about how exactly custom error types are created in the [vikunja docs](https://vikunja.io/docs/custom-errors/).
## How the url param binder works