Update path sendRequest

This commit is contained in:
2023-11-06 08:40:00 +07:00
parent 61ec8e9f68
commit 96d1e6038c
+1 -1
View File
@@ -2,7 +2,7 @@
import { BASE_URL } from '../constants/path';
// Types
import { TResponse } from '../types/types';
import { TResponse } from '../types/response';
type TMethodRequest = 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH';