瀏覽代碼

修ghd 发送图像的请求路径

sw 1 天之前
父節點
當前提交
a6994c69db
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,