mcp pengaduan

Deskripsi:
- database pengaduan
- seeder pengaduan

No Issues
This commit is contained in:
2025-10-27 15:14:51 +08:00
parent 4d1e78468f
commit addd41389a
5 changed files with 126 additions and 55 deletions

View File

@@ -52,7 +52,7 @@ const app = new Elysia()
},
)
.use(MCPRoute)
// .get("/*", html)
.get("/*", html)
.onRequest(({ set }) => {
set.headers["Access-Control-Allow-Origin"] = "*";
set.headers["Access-Control-Allow-Methods"] = "GET, POST, OPTIONS";