-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
09a2617
commit b28a761
Showing
4 changed files
with
14 additions
and
12 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
content-checker/content-checker-service/src/main/resources/static/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="refresh" content="0; url='/swagger-ui.html'"/> | ||
<title>Content Checker</title> | ||
<meta content="0; url='/swagger-ui.html'"/> | ||
</head> | ||
<body> | ||
<p>Open <a href="/swagger-ui.html">Swagger UI</a>.</p> | ||
<p>Open <a href="/swagger-ui.html">Swagger UI</a>.</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="refresh" content="0; url='/swagger-ui.html'"/> | ||
<title>Email Service</title> | ||
<meta content="0; url='/swagger-ui.html'"/> | ||
</head> | ||
<body> | ||
<p>Open <a href="/swagger-ui.html">Swagger UI</a>.</p> | ||
<p>Open <a href="/swagger-ui.html">Swagger UI</a>.</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="refresh" content="0; url='/swagger-ui.html'"/> | ||
<title>Report Service</title> | ||
<meta content="0; url='/swagger-ui.html'"/> | ||
</head> | ||
<body> | ||
<p>Open <a href="/swagger-ui.html">Swagger UI</a>.</p> | ||
<p>Open <a href="/swagger-ui.html">Swagger UI</a>.</p> | ||
</body> | ||
</html> |