8000 Remove unused AdminService by crufter · Pull Request #83 · crufters/actio · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Remove unused AdminService #83

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { Injector } from "./injector.js";
import { Registrator, startServer } from "./registrator.js";
import { error, Error, copy, Servicelike, ServiceMeta } from "./util.js";
import { AuthenticationService } from "./service/authentication/index.js";
import { AdminService } from "./service/admin/index.js";
import { PaymentService } from "./service/payment/index.js";
import { ConfigService } from "./service/config/index.js";
import { FileService } from "./service/file/index.js";
Expand All @@ -24,7 +23,6 @@ export {
Error,
copy,
AuthenticationService,
AdminService,
PaymentService,
ConfigService,
FileService,
Expand Down
27 changes: 0 additions & 27 deletions src/service/admin/index.ts

This file was deleted.

19 changes: 0 additions & 19 deletions src/service/admin/models.ts

This file was deleted.

41 changes: 0 additions & 41 deletions src/service/admin/teardown.ts

This file was deleted.

0