refactor: use path alias to improve readability
This commit is contained in:
parent
6d881d4570
commit
97f2675d40
55 changed files with 92 additions and 92 deletions
|
|
@ -2,7 +2,7 @@ import * as Router from '@koa/router';
|
|||
import config from '@/config/index';
|
||||
import $ from 'cafy';
|
||||
import { ID } from '@/misc/cafy-id';
|
||||
import * as url from '../../prelude/url';
|
||||
import * as url from '@/prelude/url';
|
||||
import { renderActivity } from '@/remote/activitypub/renderer/index';
|
||||
import renderOrderedCollection from '@/remote/activitypub/renderer/ordered-collection';
|
||||
import renderOrderedCollectionPage from '@/remote/activitypub/renderer/ordered-collection-page';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue