Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Oprava nacitani express resources
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubMrozek committed Oct 14, 2012
1 parent 3e6f726 commit e1652ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
var express = require('express') var express = require('express')
, require('express-resource') , resource = require('express-resource')
, app = express(); , app = express();


app.resource('pages', require('./app/pages')); app.resource('pages', require('./app/pages'));
Expand Down

0 comments on commit e1652ab

Please sign in to comment.