add timeline page (#1295)
This commit is contained in:
@@ -899,6 +899,12 @@ app.get('/docs', (req, res) => {
|
||||
});
|
||||
});
|
||||
|
||||
app.get('/timeline', (req, res) => {
|
||||
res.render('timeline', {
|
||||
botName: 'Toothless SQB Bot'
|
||||
});
|
||||
});
|
||||
|
||||
app.get('/premium', (req, res) => {
|
||||
const stdCheckout = process.env.WHOP_PLAN_ID_STANDARD || null;
|
||||
const proCheckout = process.env.WHOP_PLAN_ID_PRO || null;
|
||||
|
||||
Reference in New Issue
Block a user