Skip to content

Commit

Permalink
Fixed bugs in html docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGdev committed Aug 11, 2022
1 parent 758349a commit cabf3b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions server/src/main/resources/ExtrapolationAPIDoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@ <h3>Extrapolation endpoints</h3>
<li>NOTE: cc1 and cc2 must have same bin</li>
<li>returns: <strong><em>{ "cc" : "extrapolatedNumber" }</em></strong></li>
</ul>
<div></div><div></div></li>
</ul>




</body>

</html>
</html>
6 changes: 3 additions & 3 deletions server/src/main/resources/GenerationAPIDoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</head>
<body>

<h2 id="api">API</h2>
<h3 id="validation-endpoints">Validation endpoints</h3>
<h2>API</h2>
<h3>Validation endpoints</h3>

<ul>
<li>/cc/generate?bin=BIN&amp;quantity=NUM<ul>
Expand All @@ -27,4 +27,4 @@ <h3 id="validation-endpoints">Validation endpoints</h3>


</body>
</html>
</html>

0 comments on commit cabf3b6

Please sign in to comment.