This commit is contained in:
Daniel Lugo 2020-06-22 16:51:25 -04:00
parent 7e996a207d
commit a9f2bc5063

View file

@ -1704,7 +1704,7 @@ module.exports = async (
res.json({ok:"err"})
}
})
app.get("api/gun/feedpoc", async (req,res) =>{
app.get("/api/gun/feedpoc", async (req,res) =>{
try{
logger.warn("FEED POC")
const user = require('../services/gunDB/Mediator').getUser()