feat(api): restore and update api-request module structure
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { hostApiFetch } from '@/lib/host-api';
|
||||
import { hostApiFetch } from '@src/lib/host-api';
|
||||
|
||||
interface RequestOptions {
|
||||
method?: 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { hostApiFetch } from '@/lib/host-api';
|
||||
import { hostApiFetch } from '@src/lib/host-api';
|
||||
|
||||
interface RequestOptions {
|
||||
method?: 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH';
|
||||
Reference in New Issue
Block a user