wip
This commit is contained in:
parent
8d1569567f
commit
11f41a6e8d
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
import { Injectable } from '@nestjs/common';
|
||||
import { Endpoint } from '@/server/api/endpoint-base.js';
|
||||
import endpoints from 'misskey-js/built/endpoints';
|
||||
import { endpoints } from 'misskey-js/built/endpoints.js';
|
||||
|
||||
export const meta = {
|
||||
requireCredential: false,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import { Injectable } from '@nestjs/common';
|
||||
import { Endpoint } from '@/server/api/endpoint-base.js';
|
||||
import endpoints from 'misskey-js/built/endpoints';
|
||||
import { endpoints } from 'misskey-js/built/endpoints.js';
|
||||
|
||||
export const meta = {
|
||||
requireCredential: false,
|
||||
|
|
Loading…
Reference in a new issue