LoopBack makes it easy to build modern applications that require complex integrations.
Go to file
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
docs Update rest.md 2013-11-19 11:02:12 -08:00
example Remove the todos example and fix doc example 2013-09-03 11:10:22 -07:00
lib Add loopback.urlNotFound() middleware. 2013-11-19 20:27:49 +01:00
templates Add basic email verification 2013-07-03 13:40:14 -07:00
test Allows LDL level ACLs 2013-11-15 09:41:26 -08:00
.gitignore took google docs TOC and put into sdocs 2013-08-12 10:40:50 -07:00
.travis.yml Remove old node versions from travis 2013-11-08 13:30:53 -08:00
LICENSE Update license 2013-09-04 14:41:00 -07:00
README.md Update the doc link 2013-11-18 21:08:40 -08:00
docs.json Update docs.json 2013-11-19 10:42:35 -08:00
index.js Refactor email model into mail connector 2013-10-14 10:54:55 -07:00
package.json Upgrade nodemailer 2013-11-18 10:50:57 -08:00

README.md

LoopBack

Documentation

See the full documentation.

Mailing List

Discuss features and ask questions on LoopBack Forum.

Issues

File any issues here on GitHub.

Features

Read about the features of LoopBack.

Contributing

A brief guide for contributing to LoopBack projects.