Ver Fonte

修ghd 发送图像的请求路径

sw há 1 dia atrás
pai
commit
a6994c69db
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/API/imageActions.ts

+ 1 - 1
src/API/imageActions.ts

@@ -98,7 +98,7 @@ export const sendStudyToPacs = async (
 ): Promise<SendImageResponse> => {
   try {
     const response = await axiosInstance.post<SendImageResponse>(
-      '/api/v1/auth/scp/study_store',
+      '/auth/scp/study_store',
       {
         instance_uid: studyId,
         pacs_name: pacsName,