changelog route

This commit is contained in:
Russell2259
2024-01-09 20:58:53 -07:00
parent 93db2676d2
commit 023c062f3d
+3 -1
View File
@@ -8,7 +8,9 @@ const __dirname = url.fileURLToPath(new URL('.', import.meta.url));
* @param {import('express').Express} app
*/
const routes = (app) => {
app.get('/api/changelog')
/*app.get('/api/changelog', async (req, res) => {
});*/
app.get('/api/favicon', async (req, res) => {
try {