Compare commits

...

No commits in common. "ab49cd5b9c705e6ffb1ee5027541dca28c5a55c5" and "136785d09d294b0a650b3ec81a16577dad3902d3" have entirely different histories.

3 changed files with 0 additions and 3 deletions

View file

@ -1,7 +1,6 @@
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: [

View file

@ -1,7 +1,6 @@
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: [

View file

@ -1,7 +1,6 @@
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: [