mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 04:34:15 -04:00
[banner] fix routes with slashes
This commit is contained in:
parent
9743d62d06
commit
0421a38ea3
@ -24,7 +24,7 @@ const drawCircle = (context, image, x, y, size) => {
|
||||
|
||||
const router = Router();
|
||||
|
||||
router.get('/banner/:templateName.png', async (req, res) => {
|
||||
router.get('/banner/:templateName*.png', async (req, res) => {
|
||||
const width = 1200
|
||||
const height = 600
|
||||
const mime = 'image/png';
|
||||
|
Loading…
x
Reference in New Issue
Block a user