update outdated 'controller' folder
This commit is contained in:
parent
d30dee5013
commit
df585be566
|
@ -12,12 +12,12 @@ aicra [options] .
|
||||||
```
|
```
|
||||||
|
|
||||||
**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 *middleware* folder different than `middleware` define it with `-m`
|
||||||
- If you want the *type checker* folder different than `types` define it with `-t`
|
- If you want the *type checker* folder different than `types` define it with `-t`
|
||||||
|
|
||||||
### 3. Launch the api
|
### 3. Launch the api
|
||||||
|
|
||||||
```
|
```
|
||||||
$ go run ./cmd/test/main.go
|
$ go run ./main.go
|
||||||
```
|
```
|
Loading…
Reference in New Issue