Improved handling of channel pages
Opened this issue · 1 comments
paulgb commented
When a GET
request is sent to the endpoint it should redirect to the channel page.
paulgb commented
Need to:
- Change the URL for this
GET
endpoint: https://github.com/paulgb/notify.run/blob/master/server/notify_run_server/app.py#L100 - Add a redirect endpoint.
- Change
api.ts
to hit the newly renamed endpoint https://github.com/paulgb/notify.run/blob/master/site/src/api.ts#L35