mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-10-14 17:41:27 +08:00
5 lines
100 B
JavaScript
5 lines
100 B
JavaScript
import { OpenAPI } from '@/vendor/open-api';
|
|
|
|
const $ = new OpenAPI('sub-store');
|
|
export default $;
|