Added basic comments.

This commit is contained in:
2023-06-11 05:32:02 +02:00
parent 9a9b92a6b1
commit 0d5744e3ff
26 changed files with 441 additions and 89 deletions

View File

@@ -137,7 +137,7 @@ const postAccess = ref('registered');
const isNsfw = ref(false);
async function create() {
await post('/api/shelves', {
await post('/shelves', {
slug: slug.value,
title: title.value,
description: description.value,