[ci] trigger test1

This commit is contained in:
Halit Aksoy 2024-12-21 22:25:47 +03:00
parent 9c42f867e9
commit 6d59c33300

View File

@ -24,7 +24,7 @@ export class ExpressApp {
app.use(this.createAccessLogMiddleware());
app.use(morgan("dev"));
app.get("/", (req: Request, res: Response) => {
res.send("Server up and running!");
res.send("Server up and running! ci test1");
});
app.get("/register/", (req: Request, res: Response) => {
res.send(generateKey());