Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesús Ángel González committed Jun 4, 2018
1 parent 1e29a07 commit 1d1b817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/wazuh-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default (server, options) => {
// Returns data from the Wazuh API on CSV readable format
server.route({ method: 'POST', path: '/api/wazuh-api/csv', handler: (req,res) => ctrl.csv(req,res)})

// Builds a PDF repor from multiple PNG images
// Builds a PDF report from multiple PNG images
server.route({ method: 'POST', path: '/api/wazuh-api/report', handler: (req,res) => ctrl.report(req,res)});

// Fetch specific report
Expand Down

0 comments on commit 1d1b817

Please sign in to comment.