Try single endpoint
This commit is contained in:
parent
0582793805
commit
dcd6e2c31f
@ -9,7 +9,7 @@ module.exports = function(app) {
|
||||
})
|
||||
);*/
|
||||
app.use(
|
||||
"/ngsplanner/*",
|
||||
"/ngsplanner/food",
|
||||
createProxyMiddleware({
|
||||
target: 'https://server:4501',
|
||||
changeOrigin: true,
|
||||
|
@ -177,6 +177,7 @@ function CreateDynamicEndpoints() {
|
||||
db2.query('select * from '+endpoint.endpoint+" order by id desc")
|
||||
.then((data)=>{
|
||||
res.status(200).json({fields:data.fields,rows:data.rows})
|
||||
co
|
||||
})
|
||||
.catch((err)=>{
|
||||
res.status(500).send(err.message)
|
||||
|
Loading…
x
Reference in New Issue
Block a user