RENAME: api --> services
This commit is contained in:
parent
0de40f3a76
commit
b6aeacdeb9
14 changed files with 8 additions and 8 deletions
|
|
@ -3,7 +3,7 @@ import { toUnicode } from 'punycode';
|
|||
import User, { validateUsername, isValidName, isValidDescription } from '../../models/user';
|
||||
import webFinger from '../webfinger';
|
||||
import Resolver from './resolver';
|
||||
import uploadFromUrl from '../../api/drive/upload-from-url';
|
||||
import uploadFromUrl from '../../services/drive/upload-from-url';
|
||||
|
||||
export default async (value, verifier?: string) => {
|
||||
const resolver = new Resolver();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue