修改路由
This commit is contained in:
@@ -9,4 +9,3 @@ import { type AxiosRequestConfig } from "axios";
|
||||
export function postApiForumCommentsCreate(input?: TrangleAgentApiForumV1ForumCommentsCreateReq, config?: AxiosRequestConfig) {
|
||||
return request.post<DeepRequired<TrangleAgentApiForumV1ForumCommentsCreateRes>>(`/api/forum/comments/create`, input, config);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user