fixing graph code and added placeholder pie code

This commit is contained in:
Finn 2017-12-14 17:20:06 +00:00
parent af95b31eb8
commit b2627eea4f
5 changed files with 114 additions and 60 deletions

View file

@ -175,6 +175,7 @@ sub startup {
$api_v1_cust->post('/graphs')->to('api-v1-customer-graphs#index');
$api_v1_cust->post('/snippets')->to('api-v1-customer-snippets#index');
$api_v1_cust->post('/pies')->to('api-v1-customer-pies#index');
my $admin_routes = $r->under('/admin')->to('admin#under');