update comment in index.ts
This commit is contained in:
parent
d0c95ffdb6
commit
666779de5b
1 changed files with 2 additions and 3 deletions
|
@ -83,9 +83,8 @@ APP.get("/committees", (req: Request, res: Response) => {
|
|||
respond(res, "committees");
|
||||
});
|
||||
|
||||
/**
|
||||
* Utility functions for above methods
|
||||
*/
|
||||
// Utility functions for above methods
|
||||
|
||||
function respond(res: Response, filename: string) {
|
||||
res.set({
|
||||
"Content-Type": "text/html",
|
||||
|
|
Loading…
Reference in a new issue