Mostly added a contact page instead of direct mail link. But lots of little things mostly around cleanup too.
All checks were successful
Build and deploy Main Bridgeman Accessible website to QA/Stagging (private Kubernetes cluster) / build (push) Successful in 6s
Build and deploy Main Bridgeman Accessible website to QA/Stagging (private Kubernetes cluster) / deploy (push) Has been skipped

This commit is contained in:
Alan Bridgeman 2025-06-11 14:18:49 -05:00
parent d2db2037f4
commit 4e1a13b537
18 changed files with 905 additions and 859 deletions

View file

@ -12,7 +12,7 @@ export class ServicesController extends BaseController {
* @param req The request object.
* @param res The response object.
*/
@Page('Services', 'services.ejs')
@Page('Services', 'services.ejs', [], ['services'])
@GET('/services')
private services(req: Request, res: Response) {}
}