Merge branch 'master' of aewens/thunix_api into master

This commit is contained in:
ubergeek 2020-01-30 15:03:39 -05:00 committed by Gitea
commit 402859d823
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ The API shall return a 501 for requests which exist in the spec, but have not be
The API is a RESTful API, and the following URIs will be used:
```
https://{hostname}/api/1/{action}
https://{hostname}/api/v1/{action}
```