load authentication apps first
This commit is contained in:
parent
ffec0f197b
commit
2656f68d60
|
@ -43,6 +43,8 @@ use Symfony\Component\Routing\Exception\ResourceNotFoundException;
|
||||||
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
|
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
OC_App::loadApps(['session']);
|
||||||
|
OC_App::loadApps(['authentication']);
|
||||||
// load all apps to get all api routes properly setup
|
// load all apps to get all api routes properly setup
|
||||||
OC_App::loadApps();
|
OC_App::loadApps();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue