You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
```
|
|
[build]
|
|
kill_delay = "1s"
|
|
send_interrupt = true
|
|
```
|
|
|
|
## Creating a movie
|
|
|
|
curl -i -X POST -d '{"title":"Moana","year":2016,"runtime":107, "genres":["animation","adventure"]}' http://0.0.0.0:5002/v1/movies |