simplify streams, lint docs

This commit is contained in:
Leo Horie 2016-11-15 23:13:38 -05:00
parent a7f8018df9
commit 6ce2a384ec
20 changed files with 1271 additions and 2132 deletions

View file

@ -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