merge: upstream
This commit is contained in:
commit
bbdc4e7789
16 changed files with 785 additions and 427 deletions
|
|
@ -378,6 +378,8 @@ import * as ep___fetchRss from './endpoints/fetch-rss.js';
|
|||
import * as ep___fetchExternalResources from './endpoints/fetch-external-resources.js';
|
||||
import * as ep___retention from './endpoints/retention.js';
|
||||
import * as ep___sponsors from './endpoints/sponsors.js';
|
||||
import * as ep___bubbleGame_register from './endpoints/bubble-game/register.js';
|
||||
import * as ep___bubbleGame_ranking from './endpoints/bubble-game/ranking.js';
|
||||
|
||||
const eps = [
|
||||
['admin/meta', ep___admin_meta],
|
||||
|
|
@ -751,6 +753,8 @@ const eps = [
|
|||
['fetch-external-resources', ep___fetchExternalResources],
|
||||
['retention', ep___retention],
|
||||
['sponsors', ep___sponsors],
|
||||
['bubble-game/register', ep___bubbleGame_register],
|
||||
['bubble-game/ranking', ep___bubbleGame_ranking],
|
||||
];
|
||||
|
||||
interface IEndpointMetaBase {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue