mirror of
https://github.com/versia-pub/api.git
synced 2026-03-13 12:19:15 +01:00
refactor(federation): 🚚 Remove custom path alias
This commit is contained in:
parent
1529708dd8
commit
2313bcbbcc
13 changed files with 30 additions and 37 deletions
|
|
@ -10,8 +10,8 @@ import type {
|
|||
ServerMetadata,
|
||||
Undo,
|
||||
User,
|
||||
} from "@/federation/schemas";
|
||||
import type { EntityValidator } from "@/federation/validator/index";
|
||||
} from "../schemas";
|
||||
import type { EntityValidator } from "../validator/index";
|
||||
|
||||
type MaybePromise<T> = T | Promise<T>;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue