mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
legacy page color changes, /q change to /ask
This commit is contained in:
parent
da88bc0aa0
commit
e349a6ee39
3 changed files with 5 additions and 5 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue