loopback/lib
Miroslav Bajtos 7d60b2dea6 Add loopback.urlNotFound() middleware.
The middleware should be used as the last 3-parameter middleware (regular
request handles) before any 4-parameter middleware (error handlers).

This way a request to an URL not handled by any middleware is converted to
a 404 error that can be handled by whatever error handling strategy is
configured in the application.

See senchalabs/connect#954 for more details.
2013-11-19 20:27:49 +01:00
..
connectors Refactor email model into mail connector 2013-10-14 10:54:55 -07:00
middleware Add loopback.urlNotFound() middleware. 2013-11-19 20:27:49 +01:00
models Allow ACLs for methods/relations 2013-11-15 10:08:49 -08:00
application.js Add public flag checking 2013-11-18 12:52:00 -08:00
loopback.js Switch to modelBuilder 2013-11-15 11:16:20 -08:00