Fix comments

This commit is contained in:
2023-11-08 17:46:26 +07:00
parent a99d81a411
commit 8fce206f7f
35 changed files with 471 additions and 342 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
// Constants
import { BASE_URL } from '../constants/path';
import { BASE_URL } from '@constant/path';
// Types
import { IResponse } from '../types/responses';
import { IResponse } from '@type/responses';
type TMethodRequest = 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH';