Skip to content

Commit

Permalink
Move Treatments Endpoint to Internal API
Browse files Browse the repository at this point in the history
Move Treatments Endpoint to Internal API - fix  #10345
  • Loading branch information
jagnathan committed Dec 22, 2023
1 parent 227ff81 commit ec05fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/main/java/org/cbioportal/web/TreatmentController.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import org.cbioportal.model.SampleTreatmentRow;
import org.cbioportal.model.ClinicalEventKeyCode;
import org.cbioportal.service.TreatmentService;
import org.cbioportal.web.config.annotation.PublicApi;
import org.cbioportal.web.config.annotation.InternalApi;
import org.cbioportal.web.parameter.*;
import org.cbioportal.web.util.StudyViewFilterApplier;
import org.cbioportal.web.util.StudyViewFilterUtil;
Expand All @@ -30,7 +30,7 @@
import java.util.List;
import java.util.Set;

@PublicApi
@InternalApi
@RestController
@Validated
@Api(tags = "Treatments", description = " ")
Expand Down

0 comments on commit ec05fdf

Please sign in to comment.