update outdated 'controller' folder

This commit is contained in:
Adrien Marquès 2018-09-28 16:19:39 +02:00
parent d30dee5013
commit df585be566
1 changed files with 2 additions and 2 deletions

View File

@ -12,12 +12,12 @@ aicra [options] .
```
**Options**
- If you want the *controller* folder different than `root` define it with `-c`
- If you want the *controller* folder different than `controller` define it with `-c`
- If you want the *middleware* folder different than `middleware` define it with `-m`
- If you want the *type checker* folder different than `types` define it with `-t`
### 3. Launch the api
```
$ go run ./cmd/test/main.go
$ go run ./main.go
```