nurpax / hswtrack

web scale in haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REST API clean up

nurpax opened this issue · comments

/rest/note
/rest/notes

should be just one entry point where

GET /rest/note

will return a list of notes.

Currently GET /rest/note serves static HTML.

Need to review all of the entry points for the same principle.