diff --git a/src/routes.js b/src/routes.js index 04103259..3f61c973 100644 --- a/src/routes.js +++ b/src/routes.js @@ -2530,7 +2530,7 @@ module.exports = async ( ap.post('/api/gun/set', async (req, res) => { try { const { path, value } = req.body - logger.info(`gun PUT: ${path}`) + logger.info(`gun SET: ${path}`) const id = await GunWriteRPC.set(path, value) res.status(200).json({