commit | 63d963b2fbf28c9ac9dad01ea7a972bd241f5274 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Fri Jul 05 15:35:51 2019 +0200 |
committer | Akron <nils@diewald-online.de> | Mon Jul 08 09:02:38 2019 +0200 |
tree | 98970ff010dd9a999043184a945a57da9adb9e5a | |
parent | 8bbbecf5bbcc9062714b62520e0dbf9ffc28e668 [diff] [blame] |
Added experimental proxy route to backend api - fixes #91 Change-Id: I9a055b33c8cacef6cfa564467a17e7f55a1eeef5
diff --git a/t/match_info.t b/t/match_info.t index 59f12ed..486fe11 100644 --- a/t/match_info.t +++ b/t/match_info.t
@@ -7,7 +7,7 @@ ##################### # Start Fake server # ##################### -my $mount_point = '/api/'; +my $mount_point = '/realapi/'; $ENV{KALAMAR_API} = $mount_point; my $t = Test::Mojo->new('Kalamar');