added support for mobile app back

This commit is contained in:
Finn 2017-12-18 12:56:45 +00:00
parent 2dceb4067e
commit 3914ec44a8
3 changed files with 48 additions and 1 deletions

View file

@ -40,7 +40,7 @@ my $session_key = $framework->login({
#TODO be able to define start and end below in request
$t->post_ok('/api/stats' => json => {
$t->post_ok('/api/stats/customer' => json => {
session_key => $session_key,
})
->status_is(200)->or($framework->dump_error)