/api/notes/ -> /api/notes/schedule/

This commit is contained in:
kakkokari-gtyih 2023-11-09 19:12:49 +09:00
parent 8a735c23e7
commit 4406af58f1
10 changed files with 42 additions and 19 deletions

View file

@ -27,7 +27,7 @@ import { isPureRenote } from '@/misc/is-pure-renote.js';
import { QueueService } from '@/core/QueueService.js';
import { MiNoteSchedule } from '@/models/_.js';
import { IdService } from '@/core/IdService.js';
import { ApiError } from '../../error.js';
import { ApiError } from '../../../error.js';
export const meta = {
tags: ['notes'],