resources/assets/js/services/plusService.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { http } from '@/services'

export const plusService = {
  activateLicense: async (key: string) => await http.post('licenses/activate', { key })
}