Skip to content

Commit

Permalink
Issue 52North#134 Add about page for the root path
Browse files Browse the repository at this point in the history
  • Loading branch information
antego committed May 17, 2017
1 parent 462b817 commit 9018961
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,9 @@
<servlet-name>api-dispatcher</servlet-name>
<url-pattern>/api/*</url-pattern>
</servlet-mapping>

<welcome-file-list>
<welcome-file>about.html</welcome-file>
</welcome-file-list>

</web-app>
10 changes: 10 additions & 0 deletions spi-impl/series/series-dao-webapp/src/main/webapp/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>About Series REST API</title>
</head>
<body>

</body>
</html>

0 comments on commit 9018961

Please sign in to comment.