genericity: send any text

This commit is contained in:
Guilhem Saurel 2019-02-13 00:55:24 +01:00
parent 09cb1566bf
commit c54e5da19d
2 changed files with 4 additions and 4 deletions

View file

@ -30,5 +30,5 @@ docker-compose up -d
## Test
```
curl -d '{"name":"toto", "url":"http://radio.localhost/map/#44", "key": "secret"}' wwm.localhost
curl -d '{"text":"new contrib from toto: http://radio.localhost/map/#44", "key": "secret"}' wwm.localhost
```