Skip to content

Commit

Permalink
pc_backend csv export url is changed /csvExport/download to /monitori…
Browse files Browse the repository at this point in the history
…ng/csvExport/download. (refs #3480)
  • Loading branch information
urabe committed Nov 11, 2013
1 parent 4555514 commit 16c6ea1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/pc_backend/config/routing.yml
@@ -1,3 +1,7 @@
csvExport_download:
url: /csvExport/download
url: /monitoring/csvExport/download
param: { module: csvExport, action: download }

csvExport_no_default:
url: /csvExport/*
param: { module: default, action: error }

0 comments on commit 16c6ea1

Please sign in to comment.