Skip to content

Commit

Permalink
Intento 2 Eliminar Bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
uo282936 committed May 2, 2023
1 parent 434f76a commit a808b01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions restapi/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const api:Router = express.Router()

api.get(
"/test",
async (req: Request, res: Response): Promise<Response> => {
return res.status(200).json();
(req: Request, res: Response): void => {
res.status(200).json();
}
);

Expand Down

0 comments on commit a808b01

Please sign in to comment.