Fix the swagger host to be "localhost:8008" so that it can be used in a "Try it now" setup against localhost

pull/977/head
Mark Haines 9 years ago
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…
Cancel
Save