Skip to content

Instantly share code, notes, and snippets.

@Alan01252
Created August 22, 2012 12:39
Show Gist options
  • Save Alan01252/3425189 to your computer and use it in GitHub Desktop.
Save Alan01252/3425189 to your computer and use it in GitHub Desktop.
app.get('/account/servicevsrevenuestats/',function(req,res){
require('../vendor/reports/servicevsrevenue').get_service_vs_revenue_report(req,res);
});
app.get('/reports/servicevsrevenuestats/',function(req,res){
require('../vendor/reports/servicevsrevenue').get_service_vs_revenue_report(req,res);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment