1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00

Fixed url for API in help

This commit is contained in:
Uncled1023 2016-10-13 13:20:59 -07:00
parent 0eece43f01
commit f5035b5ab7

View File

@ -22,7 +22,7 @@
The Teknik API is free for everyone to use, and is defined on a per service basis.
<br />
<br />
The general API calls can be summarized as follows: <code>@Url.SubRouteUrl("api", "Api.Index")/v@(Model.Config.ApiConfig.Version)/<b>Service</b>/<b>Action</b></code>
The general API calls can be summarized as follows: <code>@Url.SubRouteUrl("api", "Api.Index")v@(Model.Config.ApiConfig.Version)/<b>Service</b>/<b>Action</b></code>
</p>
<h3>Responses</h3>
<p>