mirror of
https://git.sr.ht/~roxwize/mipilin
synced 2025-05-11 15:53:07 +00:00
mobile friendliness
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
parent
f5d694150f
commit
52afacdcf8
6 changed files with 58 additions and 10 deletions
|
@ -133,7 +133,7 @@ export default async function (app: Express, db: NodePgDatabase) {
|
|||
feed: []
|
||||
});
|
||||
});
|
||||
app.post("/mood/update", async (req, res) => {
|
||||
app.post("/update/mood", async (req, res) => {
|
||||
if (!req.session["loggedIn"]) {
|
||||
res.redirect("/login");
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue