fix: Move saml auth provider router to correct folder

This commit is contained in:
Faruk AYDIN
2024-02-21 14:59:42 +01:00
parent d7893d9a32
commit b21074c871
3 changed files with 27 additions and 27 deletions

View File

@@ -5,7 +5,7 @@ import paddleRouter from './paddle.ee.js';
import healthcheckRouter from './healthcheck.js';
import automatischRouter from './api/v1/automatisch.js';
import usersRouter from './api/v1/users.js';
import samlAuthProvidersRouter from './api/v1/saml-auth-providers.ee.js';
import samlAuthProvidersRouter from './api/v1/admin/saml-auth-providers.ee.js';
const router = Router();