Skip to content

Commit bc23608

Browse files
author
Natho
committed
Update ex_history.html
1 parent 9aa974d commit bc23608

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

ex_history.html

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,17 @@
1515
<body>
1616
<div class="container card">
1717
<div class="content">
18-
<h2><i class="fa fa-code"></i> MC-API <small>#REGION# #FLAG#</small>
18+
<h2><i class="fa fa-code"></i> MC-API
1919
<div class="pull-right">
2020
<a href="/#supportus" class="btn btn-success"><i class="fa fa-paypal"></i> Contribute via PayPal</a>
21-
22-
<div class="btn-group">
23-
<a href="#" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Change Server <span class="caret"></span></a>
24-
<ul class="dropdown-menu">
25-
<li><a href="https://eu.mc-api.net"><i class="fa fa-caret-right"></i> <span class="flag-fr"></span> Roubaix, France</a></li>
26-
<li><a href="https://us.mc-api.net"><i class="fa fa-caret-right"></i> <span class="flag-us"></span> New York City, USA</a></li>
27-
</ul>
28-
</div>
2921
</div>
3022
</h2>
3123
<hr>
3224
<br>
3325
<p class="hello">Username History</p>
3426
<p>This endpoint provides a list of usernames a UUID has been known as in the past. Returns <kbd>JSON</kbd> cached for 15 minutes.</p>
3527
<p class="api-list">Example Usage</p>
36-
<p><code>https://#HOST#/v3/history/61699b2ed3274a019f1e0ea8c3f06bc6</code> would return:</p>
28+
<p><code>https://api.#REGION#.mc-api.net/history/61699b2ed3274a019f1e0ea8c3f06bc6</code> would return:</p>
3729
<pre>
3830
{
3931
"history": [

0 commit comments

Comments
 (0)