mfarhadhossain / Cefalo.farhadcodes-a-CP-blog.Api.java

0 stars 0 forks source link

Issue #5: Route protection #5

Closed mfarhadhossain closed 1 year ago

mfarhadhossain commented 1 year ago

User API: Protected route

  1. Get all users
  2. Get a user
  3. delete route protected
mfarhadhossain commented 1 year ago

Story API: Protected routes:

  1. get all stories
  2. get a story
  3. Delete a story
mfarhadhossain commented 1 year ago

Test needed.