add terms of service #610

Merged
daovist merged 1 commit from tos into master 2018-10-05 17:29:53 +02:00
daovist commented 2018-09-26 22:13:50 +02:00 (Migrated from github.com)
No description provided.
skhameneh (Migrated from github.com) approved these changes 2018-09-28 04:52:08 +02:00
@ -6,6 +6,7 @@ module.exports = (app) => {
app.get('/', handlePageRequest);
app.get('/login', handlePageRequest);
app.get('/about', handlePageRequest);
app.get('/tos', handlePageRequest);
skhameneh (Migrated from github.com) commented 2018-09-28 04:52:03 +02:00

I'm re-writing how routes work, the conflicts will be minor though; I'm adding more robust support including contexts that include route actions.

I'm re-writing how routes work, the conflicts will be minor though; I'm adding more robust support including contexts that include route actions.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/spee.ch#610
No description provided.