Skip to content

Commit

Permalink
Added streaming API to swagger-ui dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcclell committed Jun 11, 2015
1 parent 70051c2 commit bb3841d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
select2.select2({
data: [
{ id: 'http://login.dsc.tv/api-spec', text: 'Entitlements' },
{ id: 'http://api.dsc.tv/v1/content/api-spec', text: 'Content' }
{ id: 'http://api.dsc.tv/v1/content/api-spec', text: 'Content' },
{ id: 'http://api.dsc.tv/v1/streaming/api-spec', text: 'Streaming' }
]
});

Expand Down

0 comments on commit bb3841d

Please sign in to comment.