Compare commits
No commits in common. "136785d09d294b0a650b3ec81a16577dad3902d3" and "ab49cd5b9c705e6ffb1ee5027541dca28c5a55c5" have entirely different histories.
136785d09d
...
ab49cd5b9c
3 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
import Route from "../route.js";
|
||||
import auth from "../form/auth.js";
|
||||
|
||||
// TODO: rewrite
|
||||
let main = new Route([auth], async function (req, res, input) {
|
||||
res.render('form', {
|
||||
data: [
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
import Route from "../route.js";
|
||||
import auth from "../form/auth.js";
|
||||
|
||||
// TODO: rewrite
|
||||
let main = new Route([auth], async function (req, res, input) {
|
||||
res.render('form', {
|
||||
data: [
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
import Route from "../route.js";
|
||||
import auth from "../form/auth.js";
|
||||
|
||||
// TODO: rewrite
|
||||
let main = new Route([auth], async function (req, res, input) {
|
||||
res.render('form', {
|
||||
data: [
|
||||
|
|
Loading…
Reference in a new issue