Remove unused POC endpoint
This commit is contained in:
parent
0a3da2abc9
commit
244e88f06a
1 changed files with 0 additions and 14 deletions
|
|
@ -2117,20 +2117,6 @@ module.exports = async (
|
|||
res.json({ ok: 'err' })
|
||||
}
|
||||
})
|
||||
app.get('/api/gun/feedpoc', async (req, res) => {
|
||||
try {
|
||||
logger.warn('FEED POC')
|
||||
const user = require('../services/gunDB/Mediator').getUser()
|
||||
const feedObj = await timeout5(user.get('FEED_POC').then())
|
||||
logger.warn(feedObj)
|
||||
|
||||
res.json({ data: feedObj })
|
||||
} catch (err) {
|
||||
//res.json({ok:"err"})
|
||||
}
|
||||
})
|
||||
|
||||
const Events = require('../services/gunDB/contact-api/events')
|
||||
|
||||
app.get(`/api/gun/${GunEvent.ON_DISPLAY_NAME}`, async (_, res) => {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue