We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb131e commit 6e5d86aCopy full SHA for 6e5d86a
examples/todomvc/src/app.jsx
@@ -8,7 +8,7 @@ import {connect} from '../../../lib/react-most'
8
import rest from 'rest'
9
import {addTodo,deleteTodo,completeTodo} from './todo.action'
10
import _ from 'lodash'
11
-const remote = '/todos.json';
+const remote = 'todos.json';
12
const log = _=>console.log(_)
13
const App = (props) => {
14
return (
0 commit comments