Fix endpoint path for /context

s/api//
This commit is contained in:
Richard van der Hoff 2016-01-08 14:05:04 +00:00
parent cff1b4ae35
commit 972153be4f

View file

@ -6,7 +6,7 @@ host: localhost:8008
schemes:
- https
- http
basePath: /_matrix/client/api/%CLIENT_MAJOR_VERSION%
basePath: /_matrix/client/%CLIENT_MAJOR_VERSION%
consumes:
- application/json
produces: