Files
mixtape/zero.Web.UI/app/api/config.js
T

5 lines
118 B
JavaScript
Raw Normal View History

2021-08-25 10:12:48 +02:00
import { get } from '../helpers/request.ts';
export default {
getConfig: async () => await get('zerovue/config')
};