RENAME: api --> services
This commit is contained in:
parent
0de40f3a76
commit
b6aeacdeb9
14 changed files with 8 additions and 8 deletions
|
|
@ -7,7 +7,7 @@ import Post, { IPost, isValidText, isValidCw, pack } from '../../../../models/po
|
|||
import { ILocalUser } from '../../../../models/user';
|
||||
import Channel, { IChannel } from '../../../../models/channel';
|
||||
import DriveFile from '../../../../models/drive-file';
|
||||
import create from '../../../../api/post/create';
|
||||
import create from '../../../../services/post/create';
|
||||
import { IApp } from '../../../../models/app';
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue