parent
d34ff79fd7
commit
c8bf3101aa
7 changed files with 35 additions and 24 deletions
|
@ -67,6 +67,7 @@ module.exports = function(app) {
|
|||
});
|
||||
app.use(express.json());
|
||||
app.get('/', language, pages.index);
|
||||
app.get('/signin', pages.blank);
|
||||
app.get('/legal', language, pages.legal);
|
||||
app.get('/jsconfig.js', require('./jsconfig'));
|
||||
app.get(`/share/:id${ID_REGEX}`, language, pages.blank);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue