fix: index container closing div
This commit is contained in:
parent
f987ae9b11
commit
da1228082a
|
@ -95,7 +95,8 @@
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li class="current"><a href="/">Home</a></li>
|
<li class="current"><a href="/">Home</a></li>
|
||||||
<li class=""><a target="_blank" href="https://gitea.urkob.com/urko/btc-pay-checker">Source code</a></li>
|
<li class=""><a target="_blank" href="https://gitea.urkob.com/urko/btc-pay-checker">Source code</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
@ -195,11 +196,11 @@
|
||||||
current page with the response HTML.</p>
|
current page with the response HTML.</p>
|
||||||
<p>Please note that the exact method of displaying the response will depend on the specifics of your application
|
<p>Please note that the exact method of displaying the response will depend on the specifics of your application
|
||||||
and its user interface.</p>
|
and its user interface.</p>
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<h3>Rate Limiting</h3>
|
<h3>Rate Limiting</h3>
|
||||||
<p>To protect the service from potential denial-of-service (DoS) attacks, we have implemented rate limiting on our
|
<p>To protect the service from potential denial-of-service (DoS) attacks, we have implemented rate limiting on
|
||||||
|
our
|
||||||
server. This is done using a middleware in the Fiber framework.</p>
|
server. This is done using a middleware in the Fiber framework.</p>
|
||||||
<p>The current configuration allows a maximum of 5 requests per client within a 30-minute window. If a client
|
<p>The current configuration allows a maximum of 5 requests per client within a 30-minute window. If a client
|
||||||
exceeds this limit, further requests will be temporarily blocked until the rate falls below the limit.</p>
|
exceeds this limit, further requests will be temporarily blocked until the rate falls below the limit.</p>
|
||||||
|
@ -217,6 +218,7 @@
|
||||||
|
|
||||||
<p>Please be aware of this limit when integrating with our API to ensure a smooth user experience.</p>
|
<p>Please be aware of this limit when integrating with our API to ensure a smooth user experience.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue