APIパス修正・無駄import削除

This commit is contained in:
2025-08-01 22:03:36 +09:00
parent a2576f961b
commit f6f7030d8c
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export default async function Follow(data: ueuse) {
console.log("フォロー: ", followRes);
const noticeReq = await fetch(`https://${config.uwuzu.host}/api/ueuse/create/`, {
const noticeReq = await fetch(`https://${config.uwuzu.host}/api/ueuse/create`, {
method: "POST",
body: JSON.stringify({
token: config.uwuzu.apiToken,