Skip to content

Commit

Permalink
Default landing page. (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-ennahdi authored Nov 16, 2024
1 parent 3944762 commit 49acd98
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions objectmorph-app/src/main/resources/public/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Welcome to ObjectMorph Application</title>
</head>
<body>
<h1>ObjectMorph application</h1>

The HTML endpoint: <a href="/html" >HTML Renderer</a>.

<br /><br />
The Swagger page: <a href="/swagger-ui/index.html" >HTML Renderer</a>
</body>
</html>

0 comments on commit 49acd98

Please sign in to comment.