use 200 for now

This commit is contained in:
Daniel Lugo 2020-06-23 15:37:45 -04:00
parent d3ca2182e0
commit fb3314f207

View file

@ -1843,7 +1843,7 @@ module.exports = async (
app.post(`/api/gun/wall/`, async (req,res) => {
try{
const {tags,title,contentItems} = req.body
return res.status(201).json(await GunActions.createPost(
return res.status(200).json(await GunActions.createPost(
tags,
title,
contentItems