use 200 for now
This commit is contained in:
parent
d3ca2182e0
commit
fb3314f207
1 changed files with 1 additions and 1 deletions
|
|
@ -1843,7 +1843,7 @@ module.exports = async (
|
||||||
app.post(`/api/gun/wall/`, async (req,res) => {
|
app.post(`/api/gun/wall/`, async (req,res) => {
|
||||||
try{
|
try{
|
||||||
const {tags,title,contentItems} = req.body
|
const {tags,title,contentItems} = req.body
|
||||||
return res.status(201).json(await GunActions.createPost(
|
return res.status(200).json(await GunActions.createPost(
|
||||||
tags,
|
tags,
|
||||||
title,
|
title,
|
||||||
contentItems
|
contentItems
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue