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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue