ldap
This commit is contained in:
12
back/src/routes/protected.ts
Normal file
12
back/src/routes/protected.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
// src/routes/auth.ts
|
||||
import { Router } from "express";
|
||||
|
||||
const router = Router();
|
||||
|
||||
router.get("/video", async (req, res) => {
|
||||
res.json({
|
||||
tajne: "XD"
|
||||
});
|
||||
})
|
||||
|
||||
export default router;
|
||||
Reference in New Issue
Block a user