simplify streams, lint docs
This commit is contained in:
parent
a7f8018df9
commit
6ce2a384ec
20 changed files with 1271 additions and 2132 deletions
|
|
@ -71,7 +71,7 @@ var Data = {
|
|||
fetch: function() {
|
||||
m.request({
|
||||
method: "GET",
|
||||
url: "/api/todos",
|
||||
url: "/api/v1/todos",
|
||||
})
|
||||
.then(function(items) {
|
||||
Data.todos.list = items
|
||||
|
|
@ -112,7 +112,7 @@ var Data = {
|
|||
fetch: function() {
|
||||
m.request({
|
||||
method: "GET",
|
||||
url: "/api/todos",
|
||||
url: "/api/v1/todos",
|
||||
})
|
||||
.then(function(items) {
|
||||
Data.todos.list = items
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue