1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-02 18:59:28 +00:00

Add contact form functionality

This commit is contained in:
2022-04-25 20:58:13 +00:00
parent c6dadd8c84
commit 5d543f002f
2 changed files with 35 additions and 0 deletions

1
app.js
View File

@@ -127,6 +127,7 @@ async function main() {
'/register',
'/password-reset',
'/change-password',
'/contact',
'/'
];