-
Notifications
You must be signed in to change notification settings - Fork 1
Routes
Thomas Starzynski edited this page May 27, 2019
·
12 revisions
| prefix | verb | URI | controller | description |
|---|---|---|---|---|
| root | GET | / | pages #home | Sign in (if you are already a user) OR sign up for beta (just leaving your email address) |
| root | POST | / | pages #home | Sign in (if you are already a user) OR sign up for beta (just leaving your email address) |
| new _beta _registration | GET | /betas/ sign_up | betas #new | Needs a valid passed as query param, otherwise redirecting to landing page (token stored in .EVN file) |
| prefix | verb | URI | controller | description |
|---|---|---|---|---|
| root | GET | / | pages#home | description |
| prefix | verb | URI | controller | description |
| prefix | verb | URI | controller | description |
|---|---|---|---|---|
| admin | GET | /admin | admins #home | Reko Backend Controlpanel |
| admin _rekos | GET | /admin /rekos | admins #rekos | lists all rekos |
| admin _recommendables | GET | /admin /recommendables | admins #recommendables | lists all recommendables in our database: Movies / Documentaries, Series, (Audiobooks, Podcasts) |
| admin _users | GET | /admin /users | admins #users | lists all users |