Skip to content

Commit 1c2a30a

Browse files
committed
fix public url for tests on travis
1 parent 8421172 commit 1c2a30a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
success: function(data) {
1818
window.appData = data;
1919
window.client = new Hook.Client({
20-
url: "http://hook.dev/public/index.php/",
20+
url: "http://hook.dev/index.php/",
2121
app_id: data.keys[1].app_id,
2222
key: data.keys[1].key
2323
});

0 commit comments

Comments
 (0)