mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-06 14:05:22 +02:00
Added docs to favicon route
This commit is contained in:
parent
d1b1b4c39f
commit
6e57874900
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ import express from 'express';
|
|||
|
||||
const router = express.Router();
|
||||
|
||||
/**
|
||||
* Get favicon
|
||||
*/
|
||||
router.get('/favicon', (req, res) => {
|
||||
const faviconURL: string = config.get('faviconURL');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue