diff --git a/books/tests/app_test.js b/books/tests/app_test.js index 62bff17..81c1075 100644 --- a/books/tests/app_test.js +++ b/books/tests/app_test.js @@ -31,7 +31,7 @@ describe('Books App routes test', () => { it('GET to /authors should return 200', (done) => { chai.request(reqServer) - .get('/authors') + .get('/author') .end((err, res) => { expect(res).to.have.status(200); expect(res.text).to.include('James_Joyce'); diff --git a/post-commit/index.php b/post-commit/index.php new file mode 100644 index 0000000..e64145a --- /dev/null +++ b/post-commit/index.php @@ -0,0 +1,3 @@ +