srid / spas

Single-page application server using PostgREST and more
MIT License
32 stars 2 forks source link

Serve API from under sub-path #4

Open srid opened 9 years ago

srid commented 9 years ago

Have postgrest use a sub-path like /postgrest/ instead of polluting global URL space. Need to parametrize routing at https://github.com/begriffs/postgrest/blob/master/src/PostgREST/App.hs#L45

Solutions