Skip to content

Commit

Permalink
Merge pull request #2 from NYPL/job-service-integration
Browse files Browse the repository at this point in the history
Job service integration
  • Loading branch information
gkallenberg committed Nov 2, 2017
2 parents 34bd5f3 + 2ea656b commit 2237a96
Show file tree
Hide file tree
Showing 10 changed files with 593 additions and 70 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"require": {
"nypl/microservice-starter": "1.1.19",
"firebase/php-jwt": "4.0.0",
"ramsey/uuid": "3.6.1",
"danmichaelo/quitesimplexmlelement": "1.0.1"
},
"require-dev": {
Expand Down
202 changes: 166 additions & 36 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

$service->get('/docs/checkin-requests', Swagger::class);

$service->post('/api/v0.1/checkin-requests', CheckinRequestController::class . ':processCheckinRequest');
$service->post('/api/v0.1/checkin-requests', CheckinRequestController::class . ':createCheckinRequest');

$service->run();
} catch (Exception $exception) {
Expand Down

0 comments on commit 2237a96

Please sign in to comment.