From b7618064d8c9237a10c422ab4c521c27e7d814cc Mon Sep 17 00:00:00 2001 From: Mohamed ENNAHDI EL IDRISSI Date: Sat, 16 Nov 2024 19:58:49 +0000 Subject: [PATCH] Default landing page. --- .../src/main/resources/public/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 objectmorph-app/src/main/resources/public/index.html diff --git a/objectmorph-app/src/main/resources/public/index.html b/objectmorph-app/src/main/resources/public/index.html new file mode 100644 index 0000000..f26c7db --- /dev/null +++ b/objectmorph-app/src/main/resources/public/index.html @@ -0,0 +1,15 @@ + + + + + Welcome to ObjectMorph Application + + +

ObjectMorph application

+ + The HTML endpoint: HTML Renderer. + +

+ The Swagger page: HTML Renderer + + \ No newline at end of file