Skip to content

Commit fd1c4b5

Browse files
committed
chore(httpsClient): putPrivateMeister로 함수명 변경
1 parent 150ec95 commit fd1c4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apis/httpClient/httpClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export class HttpClient {
105105
});
106106
}
107107

108-
privateMeister(data: unknown, requestConfig?: AxiosRequestConfig) {
108+
putPrivateMeister(data: unknown, requestConfig?: AxiosRequestConfig) {
109109
return this.api.put("", data, {
110110
...HttpClient.clientConfig,
111111
...requestConfig,

0 commit comments

Comments
 (0)