mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
10 lines
178 B
JavaScript
10 lines
178 B
JavaScript
import { fetchResults } from 'ChillMainAssets/lib/api/download.js';
|
|
|
|
const fetchScopes = () => {
|
|
return fetchResults('/api/1.0/main/scope.json');
|
|
};
|
|
|
|
export {
|
|
fetchScopes
|
|
};
|