Skip to content

Commit

Permalink
Update server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelvie authored Jun 8, 2021
1 parent f4ff71c commit b2d0536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/report/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ app.get('/ivr/summary', (req, res) => res.render('ivr/ivr-reports', {
helpers: {
company: () => 'Bespoken and DefinedCrowd',
page: () => 'ASR PERFORMANCE',
pageType: () => 'summary',
pageType: () => 'detail',
sponsorLogo: 'DefinedCrowd.svg',
sponsorURL: 'https://definedcrowd.com',
title: () => 'IVR Benchmark'
Expand Down

0 comments on commit b2d0536

Please sign in to comment.