auth
All checks were successful
Build Org Website / build (push) Successful in 49s

This commit is contained in:
2026-05-09 00:26:04 +01:00
parent a504eb9179
commit a18debbf21
327 changed files with 66 additions and 16 deletions

View File

@@ -130,7 +130,7 @@ async function fetchComments() {
}
async function postComment(author, content, parentId = null) {
const res = await fetch("/api/comments", {
const res = await window.orgAuth.fetch("/api/comments", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({