mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
merge
This commit is contained in:
commit
6c59daa2e7
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ app.post('/isAdding', function (req, res) {
|
|||
})
|
||||
|
||||
app.get('/ask', function (req, res) {
|
||||
logger.LogReq(req)
|
||||
// logger.LogReq(req)
|
||||
if (Object.keys(req.query).length === 0) {
|
||||
res.json({
|
||||
message: `ask something! ?q=[question]&subj=[subject]&data=[question data]. 'subj' is optimal for faster result`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue