This website requires JavaScript.
Explore
Help
Sign In
verdnatura-mirror
/
loopback
mirror of
https://github.com/strongloop/loopback.git
Watch
0
Star
0
Fork
You've already forked loopback
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c761dc5279
loopback
/
test
/
fixtures
/
access-control
/
server
/
config.json
11 lines
129 B
JSON
Raw
Normal View
History
Unescape
Escape
Upgrade test fixtures to use LB 2.x layout
2015-04-20 16:23:44 +00:00
{
"port"
:
3000
,
"host"
:
"0.0.0.0"
,
Update tests for strong-error-handler Fix rest-adapter related test case switching to strong-error-handler Only affect the test-cases calling rest methods
2016-05-24 20:46:32 +00:00
"remoting"
:
{
"errorHandler"
:
{
"debug"
:
true
,
"log"
:
false
}
}
Remove legacyExplorer - Removes backward compatibility for legacy end points `/models` & `/routes` - Removes `legacyExplorer` flag which enabled these routes - Update related tests & tests using the legacyExplorer flag
2016-06-09 20:55:38 +00:00
}