diff options
author | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-05-24 15:33:21 -0600 |
---|---|---|
committer | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-05-24 15:33:21 -0600 |
commit | 233f75c561d119cf4103343bd5df4faef81ac5a1 (patch) | |
tree | 75c8b1397772ade63b049a536eaa7a103b61662f /src/main/resources | |
parent | 4230248be8e8772fc9cd1304bd69dcb3c11373c9 (diff) | |
download | ToDo-App-BE-233f75c561d119cf4103343bd5df4faef81ac5a1.tar.gz ToDo-App-BE-233f75c561d119cf4103343bd5df4faef81ac5a1.zip |
First simple Get Request.
Returns a string with a "GET" request and on the page "/greet".
Diffstat (limited to '')
-rw-r--r-- | src/main/resources/application.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml new file mode 100644 index 0000000..afef73d --- /dev/null +++ b/src/main/resources/application.yml @@ -0,0 +1,2 @@ +server: + port: 9090
\ No newline at end of file |