Skip to content

Commit

Permalink
Delete unused dcsvprojection/scsvprojection api client libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
vividroyjeong committed Dec 12, 2024
1 parent 9d5b4ee commit 107ffc3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 388 deletions.
2 changes: 0 additions & 2 deletions frontend/src/services/vdyp-api/api.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
export * from './apis/get-help-api'
export * from './apis/get-root-api'
export * from './apis/run-dcsvprojection-api'
export * from './apis/run-hcsvprojection-api'
export * from './apis/run-scsvprojection-api'
148 changes: 0 additions & 148 deletions frontend/src/services/vdyp-api/apis/run-dcsvprojection-api.ts

This file was deleted.

237 changes: 0 additions & 237 deletions frontend/src/services/vdyp-api/apis/run-scsvprojection-api.ts

This file was deleted.

1 change: 0 additions & 1 deletion frontend/src/services/vdyp-api/models/root-resource.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { Link } from './link'

export interface RootResource {
links: Link[]
}

0 comments on commit 107ffc3

Please sign in to comment.