Fix endpoint path for /context

s/api//
pull/977/head
Richard van der Hoff 9 years ago
parent cff1b4ae35
commit 972153be4f

@ -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:

Loading…
Cancel
Save