mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
change method name of masto api
This commit is contained in:
parent
fc8d328018
commit
77e836797b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue