slash
This commit is contained in:
parent
7e996a207d
commit
a9f2bc5063
1 changed files with 1 additions and 1 deletions
|
|
@ -1704,7 +1704,7 @@ module.exports = async (
|
||||||
res.json({ok:"err"})
|
res.json({ok:"err"})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
app.get("api/gun/feedpoc", async (req,res) =>{
|
app.get("/api/gun/feedpoc", async (req,res) =>{
|
||||||
try{
|
try{
|
||||||
logger.warn("FEED POC")
|
logger.warn("FEED POC")
|
||||||
const user = require('../services/gunDB/Mediator').getUser()
|
const user = require('../services/gunDB/Mediator').getUser()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue