Skip to content

Commit

Permalink
Fix loading path for controller
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Oct 12, 2011
1 parent c1c577a commit 371d7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/http/hello.json
Expand Up @@ -16,7 +16,7 @@
"component": "ReadFile" "component": "ReadFile"
}, },
"Greet User": { "Greet User": {
"component": "../examples/http/HelloController" "component": "./examples/http/HelloController"
}, },
"Render": { "Render": {
"component": "Template" "component": "Template"
Expand Down

0 comments on commit 371d7a4

Please sign in to comment.