Skip to content

Commit

Permalink
Updated app.js for several apps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Catera committed Feb 14, 2014
1 parent c0fc289 commit 1cb7157
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/sandbox/bindercomm/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var debug = require('debug')('app'),
app;

app = express();

mojito.extend(app);
app.use(mojito.middleware());
app.mojito.attachRoutes();
app.post('/tunnel', mojito.tunnelMiddleware());
Expand Down
2 changes: 1 addition & 1 deletion examples/sandbox/metabubble/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var debug = require('debug')('app'),
app;

app = express();

mojito.extend(app);
app.use(mojito.middleware());
app.mojito.attachRoutes();
app.post('/tunnel', mojito.tunnelMiddleware());
Expand Down
1 change: 1 addition & 0 deletions examples/sandbox/metabubble/application.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[
{
"settings": ["master"],
"appPort": 8666,
"specs": {
"frame": {
"type": "HTMLFrameMojit",
Expand Down

0 comments on commit 1cb7157

Please sign in to comment.