Closed matt-lebl closed 1 year ago
I added a barebones backend with Spring Boot. There is one endpoint:
Sending a GET request to /hello responds with
/hello
{ "message": "Hello, world!" }
Passing a name parameter like /hello/matt responds with:
/hello/matt
{ "message": "Hello, matt!" }
Let me know if you have any questions!
Merging this PR closes #20
I added a barebones backend with Spring Boot. There is one endpoint:
Sending a GET request to
/hello
responds withPassing a name parameter like
/hello/matt
responds with:Let me know if you have any questions!
Merging this PR closes #20