Refator: separate files

This commit is contained in:
syuilo 2019-02-24 04:08:08 +09:00
parent 0e0c35a701
commit 3446969121
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
6 changed files with 579 additions and 577 deletions

View file

@ -21,7 +21,7 @@ import getNoteSummary from '../../misc/get-note-summary';
import fetchMeta from '../../misc/fetch-meta';
import Emoji from '../../models/emoji';
import * as pkg from '../../../package.json';
import { genOpenapiSpec } from '../api/gen-openapi-spec';
import { genOpenapiSpec } from '../api/openapi/gen-spec';
const client = `${__dirname}/../../client/`;