feat(api): complete phase 9 mobile contracts
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import "server-only";
|
||||
|
||||
import { getSqliteConnection } from "../db/client";
|
||||
import { InstanceService } from "./service";
|
||||
|
||||
export function getInstanceService(): InstanceService {
|
||||
return new InstanceService(getSqliteConnection().db);
|
||||
}
|
||||
Reference in New Issue
Block a user