mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 03:07:38 +02:00
legacy page color changes, /q change to /ask
This commit is contained in:
@@ -288,7 +288,7 @@ app.post('/isAdding', function (req, res) {
|
||||
})
|
||||
})
|
||||
|
||||
app.get('/q', function (req, res) {
|
||||
app.get('/ask', function (req, res) {
|
||||
logger.LogReq(req)
|
||||
if (Object.keys(req.query).length === 0) {
|
||||
res.json({
|
||||
|
||||
Reference in New Issue
Block a user