resources/assets/js/services/http.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function constructor has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  constructor () {
    this.client = Axios.create({
      baseURL: `${window.BASE_URL}api`,
      headers: {
        'X-Api-Version': 'v6'
Severity: Minor
Found in resources/assets/js/services/http.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status