Fix endpoint path for /context

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

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

Loading…
Cancel
Save