Clean up JSDoc comments. Remove doc for deprecated installMiddleware function
This commit is contained in:
parent
006aca6b9c
commit
dff182ed27
|
@ -639,7 +639,8 @@ function clearHandlerCache(app) {
|
||||||
app._handlers = undefined;
|
app._handlers = undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*!
|
||||||
|
* This function is now deprecated.
|
||||||
* Install all express middleware required by LoopBack.
|
* Install all express middleware required by LoopBack.
|
||||||
*
|
*
|
||||||
* It is possible to inject your own middleware by listening on one of the
|
* It is possible to inject your own middleware by listening on one of the
|
||||||
|
|
Loading…
Reference in New Issue