Added basic comments.
This commit is contained in:
@@ -76,7 +76,7 @@ const errorMsg = ref(null);
|
||||
|
||||
async function signup() {
|
||||
try {
|
||||
await post('/api/session', {
|
||||
await post('/session', {
|
||||
username: username.value,
|
||||
password: password.value,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user