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:
parent
fa8fae4638
commit
28a2166773
3 changed files with 10 additions and 3 deletions
|
@ -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("/");
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue