Skip to content

Commit 6e5d86a

Browse files
committed
example todomvc: change remote to relative path
1 parent ccb131e commit 6e5d86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/todomvc/src/app.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {connect} from '../../../lib/react-most'
88
import rest from 'rest'
99
import {addTodo,deleteTodo,completeTodo} from './todo.action'
1010
import _ from 'lodash'
11-
const remote = '/todos.json';
11+
const remote = 'todos.json';
1212
const log = _=>console.log(_)
1313
const App = (props) => {
1414
return (

0 commit comments

Comments
 (0)