Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 331 Bytes

url_map.md

File metadata and controls

31 lines (29 loc) · 331 Bytes

URL Paths

This is, hopefully, a cls-deprecating file.

  • /
    • GET
  • /login
    • GET
    • POST
  • /registration
    • GET
  • /register
    • POST
  • /totp-setup
    • GET
    • POST
  • /totp-verify
    • GET
    • POST
  • /dashboard
    • GET
  • /boards
    • GET
  • /board
    • GET
    • PUT
    • POST
  • /task
    • GET
    • POST
    • PUT