Index Feature HTTP Method Route Note
1 管理者登入 POST POST /api/admin/signin account, password
2 管理者可以瀏覽所有使用者清單 GET GET /api/admin/users need authentication
3 管理者可以瀏覽全站的 tweets GET GET /api/admin/tweets need authentication
4 管理者可以刪除任一則 tweet DELETE DELETE /api/admin/tweets/:id need authentication

1. 管理者登入:POST /api/admin/signin

2. 管理者可以瀏覽所有使用者清單:GET /api/admin/users

3. 管理者可以瀏覽全站的 tweets:GET /api/admin/tweets