|
@@ -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,
|