From 42cc93dd0f189995f29fc87d2734fc809105a7cf Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 19 Aug 2021 21:55:45 +0900 Subject: fix: mochaが動かないため拡張子なしに戻した MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/server/api/openapi/description.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/server/api/openapi/description.ts') diff --git a/src/server/api/openapi/description.ts b/src/server/api/openapi/description.ts index b9e544b04c..e51b312259 100644 --- a/src/server/api/openapi/description.ts +++ b/src/server/api/openapi/description.ts @@ -1,6 +1,6 @@ -import endpoints from '../endpoints.js'; -import * as locale from '../../../../locales/index.js'; -import { kinds as kindsList } from '@/misc/api-permissions.js'; +import endpoints from '../endpoints'; +import * as locale from '../../../../locales/index'; +import { kinds as kindsList } from '@/misc/api-permissions'; export interface IKindInfo { endpoints: string[]; -- cgit v1.2.3-freya