Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TSv2 Guestbook #237

Merged
merged 14 commits into from
Jan 3, 2025
Merged

TSv2 Guestbook #237

merged 14 commits into from
Jan 3, 2025

Conversation

kraftp
Copy link
Member

@kraftp kraftp commented Dec 19, 2024

No description provided.

app.get('/greeting/:name', async (req: Request, res: Response): Promise<void> => {
const { name } = req.params;
res.send(await Guestbook.greetingEndpoint(name));
});
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My thoughts on express have already been expressed.

@chuck-dbos chuck-dbos self-assigned this Jan 3, 2025
@chuck-dbos chuck-dbos self-requested a review January 3, 2025 02:52
@chuck-dbos chuck-dbos merged commit bcd0e75 into main Jan 3, 2025
1 check passed
@chuck-dbos chuck-dbos deleted the kraftp/redo-ts-guestbook branch January 3, 2025 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants