1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 02:14:39 -05:00
This commit is contained in:
ashley 2024-10-04 14:45:23 +00:00
parent 786704bcde
commit 3c2564f170

View file

@ -192,6 +192,7 @@ app.get('/calendar', (req, res) => {
persianYear,
currentDate: queryDate,
days,
month,
});
});