Pārlūkot izejas kodu

修ghd 发送图像的请求路径

sw 1 dienu atpakaļ
vecāks
revīzija
a6994c69db
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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,