🤼‍♀️ Comic Vine Match algorithm, 2nd draft

This commit is contained in:
2021-07-22 16:07:52 -07:00
parent 96a6438fb4
commit 57f7621c0e
3 changed files with 37 additions and 26 deletions

View File

@@ -111,6 +111,7 @@ interface SearchInstance {
searches_sent_ago: number;
}
app.use(opdsRouter());
const foo = SocketService.connect("admin", "password");
foo.then(async (data) => {
const instance: SearchInstance = await SocketService.post("search");