remove contact page website info
This commit is contained in:
parent
5134b76e1c
commit
5b411da1a0
1 changed files with 1 additions and 13 deletions
|
@ -49,15 +49,7 @@ const WEBSITES = [
|
|||
jsfile: "js/committees.js",
|
||||
cssfile: "css/styles.css",
|
||||
themecolor: "",
|
||||
},
|
||||
{
|
||||
sitename: "contact",
|
||||
title: "IEEE at UCSD",
|
||||
description: "",
|
||||
jsfile: "js/index.js",
|
||||
cssfile: "css/styles.css",
|
||||
themecolor: "",
|
||||
},
|
||||
}
|
||||
] as Website[];
|
||||
|
||||
const PORT = 9000;
|
||||
|
@ -90,10 +82,6 @@ APP.get("/committees", (req: Request, res: Response) => {
|
|||
respond(res, "committees");
|
||||
});
|
||||
|
||||
APP.get("/contact", (req: Request, res: Response) => {
|
||||
respond(res, "contact");
|
||||
});
|
||||
|
||||
/**
|
||||
* Utility functions for above methods
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue