Skip to content

Commit

Permalink
Update links in API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tnurse18 committed May 17, 2020
1 parent f58d7ea commit 33a90b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site_tmpl/api_docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h4>{{ endpoint.name }} {% for method in endpoint.methods.all %}
{% elif method.method == "POST" %}
badge-success
{% endif %}">{{ method.method }}</span> {% endfor %}</h4>
<code>http://lnl.wpi.edu/api/v1/{{ endpoint.url }}</code>
<code>https://lnl.wpi.edu/api/v1/{{ endpoint.url }}</code>
<p style="padding-top: 20px;">{{ endpoint.description }}</p>
<table class="table table-bordered">
<thead>
Expand Down Expand Up @@ -204,7 +204,7 @@ <h5 class="pt-2">Authentication</h5>
<h5 class="pt-2">Response</h5>
<p>The following request:</p>
<div class="well">
<code class="prettyprint">GET http://lnl.wpi.edu/api/v1/{{ endpoint.url }}?{{ endpoint.example }}</code>
<code class="prettyprint">GET https://lnl.wpi.edu/api/v1/{{ endpoint.url }}?{{ endpoint.example }}</code>
</div>
<p>might return:</p>
<div class="well">
Expand Down

0 comments on commit 33a90b5

Please sign in to comment.