environment.ts 104 B

12345
  1. import Curd from '@/api/curd'
  2. const environment = new Curd('/environment')
  3. export default environment