Server for http://topics.tiye.me
Stupid server of topics.
- GET
/topics
Get topics. No token required.
- Delete
/topics/:id
Delete topic, needs token.
- POST
/topic
Create topic, need token.
title: ''
url: ''
- PUT
/topic/:id
Update topic, needs token:
title: ''
url: ''
MIT