mirror of
https://github.com/GithubOrgProjectPiza/server.git
synced 2026-09-05 07:36:02 +02:00
Add more testing stuff
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { Request, Response } from "express";
|
||||
|
||||
export function sayHello(request: Request, response: Response) {
|
||||
console.log(request.params);
|
||||
response.send(request.params.id);
|
||||
}
|
||||
Reference in New Issue
Block a user