mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Fix the swagger host to be "localhost:8008" so that it can be used in a "Try it now" setup against localhost
This commit is contained in:
parent
2efadea583
commit
cb41adee70
|
|
@ -2,7 +2,7 @@ swagger: '2.0'
|
|||
info:
|
||||
title: "Matrix Client-Server v1 Rooms API"
|
||||
version: "1.0.0"
|
||||
host: example.com:8008
|
||||
host: localhost:8008
|
||||
schemes:
|
||||
- https
|
||||
- http
|
||||
|
|
|
|||
Loading…
Reference in a new issue