fix(api): MS22 Phase 1 audit report and fixes
All checks were successful
ci/woodpecker/push/ci Pipeline was successful

This commit is contained in:
2026-03-01 13:51:35 -06:00
parent a25a77a43c
commit e10adc1d5c
5 changed files with 233 additions and 27 deletions

View File

@@ -64,6 +64,7 @@ describe("ChatProxyService", () => {
expect.objectContaining({
method: "POST",
headers: {
Authorization: "Bearer gateway-token",
"Content-Type": "application/json",
},
})