🔬 Image analysis flyout scaffold

This commit is contained in:
2022-02-08 14:48:04 -08:00
parent 8bb74404fc
commit 171d64c14a
9 changed files with 5594 additions and 35 deletions

View File

@@ -120,6 +120,14 @@ export default class QueueService extends Service {
});
},
},
unarchiveComicBook: {
rest: "POST /unarchiveComicBook",
params: {},
handler: async (ctx:Context<{}>) => {
},
},
},
methods: {},
async started(): Promise<any> {