mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-03-20 13:22:35 +08:00
Refactored OpenAPI
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { API } from '../utils/open-api';
|
||||
const $ = API('sub-store');
|
||||
import { OpenAPI } from '../utils/open-api';
|
||||
|
||||
const $ = new OpenAPI('sub-store');
|
||||
export default $;
|
||||
|
||||
Reference in New Issue
Block a user