mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Qmining redirects
This commit is contained in:
parent
9e110b23c0
commit
35e4b1c801
1 changed files with 7 additions and 0 deletions
|
@ -46,6 +46,13 @@ app.use(bodyParser.json({
|
|||
limit: '5mb'
|
||||
}))
|
||||
|
||||
// --------------------------------------------------------------
|
||||
app.get('/ask', function (req, res) {
|
||||
res.redirect('http://api.frylabs.net/ask')
|
||||
})
|
||||
app.get('/infos', function (req, res) {
|
||||
res.redirect('http://api.frylabs.net/infos')
|
||||
})
|
||||
// --------------------------------------------------------------
|
||||
|
||||
app.get('/', function (req, res) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue