mirror of
https://git.sr.ht/~roxwize/mipilin
synced 2025-05-10 23:33:07 +00:00
:(
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
parent
afc634b0d2
commit
d173e6ea73
22 changed files with 1433 additions and 472 deletions
|
@ -36,7 +36,7 @@ export default function (app: Express, db: NodePgDatabase) {
|
|||
expiresString: now.to(dayjs(e.expires))
|
||||
};
|
||||
});
|
||||
render(db, "admin", "Admin Panel", res, req, { codes });
|
||||
render(db, "admin", "admin panel", res, req, { codes });
|
||||
});
|
||||
|
||||
app.post("/codes/delete", async (req, res) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue