fix(backend): Verloren Swagger setup
This commit is contained in:
parent
5986ca57bf
commit
55ec9ca02e
3 changed files with 8 additions and 9 deletions
|
@ -1,10 +1,6 @@
|
|||
import express from 'express';
|
||||
import { getFrontendAuthConfig } from '../controllers/auth.js';
|
||||
import {
|
||||
authenticatedOnly,
|
||||
studentsOnly,
|
||||
teachersOnly,
|
||||
} from '../middleware/auth/auth.js';
|
||||
import { authenticatedOnly, studentsOnly, teachersOnly } from '../middleware/auth/auth.js';
|
||||
const router = express.Router();
|
||||
|
||||
// Returns auth configuration for frontend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue