enhance(credits): use instance meta instead of hard code

This commit is contained in:
オスカー、 2024-11-27 17:44:23 +09:00
parent 00729a9b8e
commit 06f160a2b4
No known key found for this signature in database
GPG key ID: 139D6573F92DA9F7
19 changed files with 219 additions and 11 deletions

View file

@ -358,6 +358,7 @@ import * as ep___test from './endpoints/test.js';
import * as ep___username_available from './endpoints/username/available.js';
import * as ep___users from './endpoints/users.js';
import * as ep___users_clips from './endpoints/users/clips.js';
import * as ep___users_credits from './endpoints/users/credits.js';
import * as ep___users_followers from './endpoints/users/followers.js';
import * as ep___users_following from './endpoints/users/following.js';
import * as ep___users_gallery_posts from './endpoints/users/gallery/posts.js';
@ -756,6 +757,7 @@ const eps = [
['username/available', ep___username_available],
['users', ep___users],
['users/clips', ep___users_clips],
['users/credits', ep___users_credits],
['users/followers', ep___users_followers],
['users/following', ep___users_following],
['users/gallery/posts', ep___users_gallery_posts],