mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
refactor(api): ♻️ Refactor test code to use new client
This commit is contained in:
parent
232ce83e4d
commit
84b9fc3719
23 changed files with 717 additions and 962 deletions
|
|
@ -40,5 +40,6 @@ export const applyToHono = (app: OpenAPIHono<HonoEnv>): void => {
|
|||
});
|
||||
|
||||
serverAdapter.setBasePath("/admin/queues");
|
||||
// @ts-ignore Causes infinite instantiation for some reason
|
||||
app.route("/admin/queues", serverAdapter.registerPlugin());
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue