Get all chirps

GET /api/chirps

Responses

  • 200

    List of chirps

GET /api/chirps
curl \
 --request GET 'http://localhost:8080/api/chirps'