mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-27 14:28:08 +09:00
change method name of masto api
This commit is contained in:
parent
fc8d328018
commit
77e836797b
@ -8,7 +8,7 @@ function toLimitToInt(q: any) {
|
||||
return q
|
||||
}
|
||||
|
||||
export function apiNotificationMastodon(router: Router): void {
|
||||
export function apiNotificationsMastodon(router: Router): void {
|
||||
|
||||
router.get('/v1/notifications', koaBody(), async (ctx) => {
|
||||
const BASE_URL = `${ctx.request.protocol}://${ctx.request.hostname}`;
|
||||
|
Loading…
Reference in New Issue
Block a user