改用axios请求进行封装
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// app/api/postgrest-client.ts
|
||||
import { apiRequest, type QueryParams } from './client';
|
||||
import { apiRequest, type QueryParams } from './axios-client';
|
||||
import { handleApiError } from './error-handler';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user