Skip to content

Commit

Permalink
fix: elements-examples studio-demo Todo API (stoplightio#2328)
Browse files Browse the repository at this point in the history
Co-authored-by: William Hilton <[email protected]>
  • Loading branch information
mnaumanali94 and billiegoose authored Mar 1, 2023
1 parent 39b2f3f commit e5a4031
Show file tree
Hide file tree
Showing 3 changed files with 398 additions and 4 deletions.
4 changes: 2 additions & 2 deletions demo/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export const DEFAULT_API_URL =
'https://raw.githubusercontent.com/stoplightio/studio-demo/master/reference/todos/todo.v1.yaml';
'https://raw.githubusercontent.com/stoplightio/elements/main/demo/src/reference/todo.v1.yaml';

export const EXAMPLE_SPECS = [
{
text: 'Todo API (default example)',
value: 'https://raw.githubusercontent.com/stoplightio/studio-demo/master/reference/todos/todo.v1.yaml',
value: 'https://raw.githubusercontent.com/stoplightio/elements/main/demo/src/reference/todo.v1.yaml',
},
{
text: 'Zoom',
Expand Down
Loading

0 comments on commit e5a4031

Please sign in to comment.