mirror of
https://github.com/directus/directus.git
synced 2026-01-25 22:18:25 -05:00
Add info endpoint
This commit is contained in:
@@ -3,5 +3,6 @@ import { Router } from 'express';
|
||||
const router = Router();
|
||||
|
||||
router.get('/ping', (req, res) => res.send('pong'));
|
||||
router.get('/info', (req, res) => res.json({ data: process.versions }));
|
||||
|
||||
export default router;
|
||||
|
||||
Reference in New Issue
Block a user