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:
Mark Haines 2015-09-21 17:10:23 +01:00
parent 2efadea583
commit cb41adee70

View file

@ -2,7 +2,7 @@ swagger: '2.0'
info: info:
title: "Matrix Client-Server v1 Rooms API" title: "Matrix Client-Server v1 Rooms API"
version: "1.0.0" version: "1.0.0"
host: example.com:8008 host: localhost:8008
schemes: schemes:
- https - https
- http - http