Commit 407aa80d authored by nanahira's avatar nanahira

fix doc

parent 87738fb2
......@@ -39,6 +39,11 @@ export class User extends IdBase() {
}
```
There are also other following decorators to control accessibility:
- `@NotWritable()` Can only come from GET requests.
- `@NotChangeable()` Cannot be changed by PATCH requests.
## CrudService
Creates a service for database operation in one word.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment