forked from mirrors/misskey
Refactoring: Move chart dir into services dir
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Instance, { IInstance } from '../models/instance';
|
||||
import federationChart from '../chart/federation';
|
||||
import federationChart from '../services/chart/federation';
|
||||
|
||||
export async function registerOrFetchInstanceDoc(host: string): Promise<IInstance> {
|
||||
if (host == null) return null;
|
||||
|
||||
Reference in New Issue
Block a user