1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/mipilin synced 2025-05-07 22:13:07 +00:00

change readme

Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
Rae 5e 2025-01-28 17:21:31 -05:00
parent fa8fae4638
commit 28a2166773
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
3 changed files with 10 additions and 3 deletions

View file

@ -123,7 +123,7 @@ export default function(app: Express, db: NodePgDatabase) {
req.session["uid"] = uid;
req.flash(
"success",
"Welcome to mipilin. After two weeks in development, hopefully it will have been worth the wait. Please let me know what you think after you have had a chance to use the website. I can be reached at gaben@roxwize.xyz, and my favorite mood is hormonal. Thanks, and have fun!"
"Welcome to mipilin. After three months in development, hopefully it will have been worth the wait. Please let me know what you think after you have had a chance to use the website. I can be reached at gaben@roxwize.xyz, and my favorite mood is hormonal. Thanks, and have fun!"
);
res.redirect("/");
});