added support for mobile app back
This commit is contained in:
parent
2dceb4067e
commit
3914ec44a8
3 changed files with 48 additions and 1 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue