chore: split confirmGuildInvitation get & post controllers #1465

Merged
Sainan merged 4 commits from guild-inv-split into main 2025-04-05 06:51:38 -07:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 254c8105fa - Show all commits

View File

@ -1,3 +1,4 @@
src/routes/api.ts
static/webui/libs/
*.html
*.md

View File

@ -1,4 +1,3 @@
/* eslint-disable prettier/prettier */
import express from "express";
import { abandonLibraryDailyTaskController } from "@/src/controllers/api/abandonLibraryDailyTaskController";
import { abortDojoComponentController } from "@/src/controllers/api/abortDojoComponentController";