Skip to content

Commit 66ec089

Browse files
committed
remove attack backend
1 parent ae21644 commit 66ec089

File tree

4 files changed

+0
-231
lines changed

4 files changed

+0
-231
lines changed

backend/src/api/attacks/index.ts

Lines changed: 0 additions & 58 deletions
This file was deleted.

backend/src/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ import {
4949
import { RedisClient } from "utils/redis"
5050
import { getSensitiveDataSummaryHandler } from "api/data-field/sensitive-data"
5151
import { getVulnerabilitySummaryHandler } from "api/alert/vulnerability"
52-
import { getAttackHandler, getAttacksHandler } from "api/attacks"
5352
import { inSandboxMode } from "utils"
5453
import { createKey, deleteKey, listKeys } from "api/keys"
5554
import {
@@ -140,9 +139,6 @@ app.get("/api/v1/test/list", listTests)
140139
app.get("/api/v1/test/list/:uuid", getTest)
141140
app.delete("/api/v1/test/:uuid/delete", deleteTest)
142141

143-
app.get("/api/v1/attacks", getAttacksHandler)
144-
app.get("/api/v1/attack/:attackId", getAttackHandler)
145-
146142
app.get("/api/v1/keys/list", listKeys)
147143
app.post("/api/v1/keys/create", createKey)
148144
app.delete("/api/v1/keys/:name/delete", deleteKey)

backend/src/services/attacks/index.ts

Lines changed: 0 additions & 135 deletions
This file was deleted.

backend/src/utils/license.ts

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)