File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -225,6 +225,22 @@ app.all('/symptoms/', handlers.symptomsRoot)
225225// ******************************************************************
226226app . all ( '/tests-and-treatments/' , handlers . testsAndTreatmentsRoot )
227227
228+ // ******************************************************************
229+ // ** Health A to Z
230+ // ******************************************************************
231+ app . all ( '/health-a-to-z/' , handlers . healthAToZRoot )
232+ app . all ( '/health-a-to-z/common-topics/' , handlers . healthAToZCommonTopics )
233+
234+ // ******************************************************************
235+ // ** Baby
236+ // ******************************************************************
237+ app . all ( '/baby/' , handlers . babyRoot )
238+
239+ // ******************************************************************
240+ // ** Social care and support
241+ // ******************************************************************
242+ app . all ( '/social-care-and-support/' , handlers . socialCareAndSupportRoot )
243+
228244app . use ( ( req , res , next ) => {
229245 res . status ( 404 ) . json ( errorResourceNotFoundResponse )
230246} )
You can’t perform that action at this time.
0 commit comments