Skip to content

Commit

Permalink
fix: change to Cyprus
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHeneise committed Jun 27, 2019
1 parent 3920fed commit 4bd492f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
exports.hello = (request, response) => {
response.status(200).send({ hello: 'Hello World!' })
response.status(200).send({ hello: 'Hello CyprusJS!' })
}

0 comments on commit 4bd492f

Please sign in to comment.