Dumb sig typos
This commit is contained in:
parent
4e068cb82c
commit
321341ce0b
@ -201,7 +201,7 @@ const ENDPOINTDATA=[
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
app.get("/"+databases,(req,res)=>{
|
app.get("/databases",(req,res)=>{
|
||||||
db.query('select * from pg_database where datname like \'ngsplanner%\' limit 100')
|
db.query('select * from pg_database where datname like \'ngsplanner%\' limit 100')
|
||||||
.then((data)=>{
|
.then((data)=>{
|
||||||
res.status(200).json(data.rows)
|
res.status(200).json(data.rows)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user