mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-24 12:57:55 +02:00
Change TS import baseUrl
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { api } from 'renderer/lib';
|
||||
import { api } from '../lib';
|
||||
import { AlbumsResponse, BasePaginationRequest } from './types';
|
||||
|
||||
export interface AlbumsRequest extends BasePaginationRequest {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { api } from 'renderer/lib';
|
||||
import { api } from '../lib';
|
||||
|
||||
const getServers = async () => {
|
||||
const { data } = await api.get<any[]>('/servers');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { api } from 'renderer/lib';
|
||||
import { api } from '../lib';
|
||||
import { UserResponse } from './types';
|
||||
|
||||
const getUsers = async () => {
|
||||
|
||||
Reference in New Issue
Block a user