Fix routing again..
This commit is contained in:
parent
96dd8885fd
commit
358a0d6503
@ -1,4 +1,5 @@
|
||||
import express, { Request, Response } from 'express';
|
||||
|
||||
export default (req: Request, res: Response) => {
|
||||
res.status(200).send("Test Successful!");
|
||||
res.status(200).send('API Test Successful!');
|
||||
};
|
Loading…
Reference in New Issue
Block a user