Skip to content

Commit

Permalink
feat: add waitlist routes
Browse files Browse the repository at this point in the history
  • Loading branch information
DominusKelvin committed Nov 15, 2024
1 parent b09cde7 commit 317a843
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion templates/ascent-react/config/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ module.exports.routes = {
* for configuration options and examples. *
* *
***************************************************************************/
'GET /': 'home/view-waitlist',
// Waitlist routes
'GET /': 'waitlist/view-waitlist',
'POST /waitlist': 'waitlist/join-waitlist',

// Uncomment the following line to serve the home page
// 'GET /': 'home/view-home',

Expand Down

0 comments on commit 317a843

Please sign in to comment.