aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorAdrián Oliva <adrian.oliva@cimat.mx>2023-05-24 15:33:21 -0600
committerAdrián Oliva <adrian.oliva@cimat.mx>2023-05-24 15:33:21 -0600
commit233f75c561d119cf4103343bd5df4faef81ac5a1 (patch)
tree75c8b1397772ade63b049a536eaa7a103b61662f /src/main/resources
parent4230248be8e8772fc9cd1304bd69dcb3c11373c9 (diff)
downloadToDo-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 'src/main/resources')
-rw-r--r--src/main/resources/application.yml2
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