mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 04:51:06 +02:00
Change TS import baseUrl
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* eslint-disable no-underscore-dangle */
|
||||
import Axios from 'axios';
|
||||
import { authApi } from 'renderer/api/authApi';
|
||||
import { authApi } from '../api/authApi';
|
||||
|
||||
export const api = Axios.create({
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user