move pages to last in route order #694

Merged
daovist merged 1 commit from route-order into master 2018-11-08 22:29:47 +01:00
daovist commented 2018-11-08 22:25:58 +01:00 (Migrated from github.com)

when visiting a page such as new or login at spee.ch/${pageName} it will treat the pageName as a claim and serve that; this PR fixes this problem

I don't know exactly why/how but it has something to do with object property ordering when the routes are imported from their respective files and put together with object spread

when visiting a page such as new or login at `spee.ch/${pageName}` it will treat the `pageName` as a claim and serve that; this PR fixes this problem I don't know exactly why/how but it has something to do with object property ordering when the routes are imported from their respective files and put together with object spread
skhameneh (Migrated from github.com) approved these changes 2018-11-08 22:29:38 +01:00
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#694
No description provided.