mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
build
This commit is contained in:
16
dist/moviesApi/index.js
vendored
Normal file
16
dist/moviesApi/index.js
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.moviesApi = void 0;
|
||||
const catalog_1 = require("../autoEmbed/catalog");
|
||||
const module_1 = require();
|
||||
";;
|
||||
const posts_1 = require("../autoEmbed/posts");
|
||||
const stream_1 = require("./stream");
|
||||
exports.moviesApi = {
|
||||
catalog: catalog_1.allCatalog,
|
||||
genres: catalog_1.allGenresList,
|
||||
GetMetaData: module_1.allGetInfo,
|
||||
GetHomePosts: posts_1.allGetPost,
|
||||
GetStream: stream_1.mpGetStream,
|
||||
GetSearchPosts: posts_1.allGetSearchPosts,
|
||||
};
|
||||
Reference in New Issue
Block a user