Adding messaging / content

This commit is contained in:
Jonathan Bourdon
2024-07-18 20:50:15 -04:00
parent 17ba6449af
commit e71d02c45b
10 changed files with 201 additions and 144 deletions

View File

@@ -92,7 +92,7 @@ const publish = async () => {
"url": url.value,
"title": title.value,
"description": description.value
})
})
if (response.status !== 200) {
console.info(`Content created!`)