Skip to content

Commit

Permalink
move treatments endpoint to internal API (#10505)
Browse files Browse the repository at this point in the history
move treatments endpoint to internal API fix#10345

Co-authored-by: Ino de Bruijn <ino@ino.bio>
  • Loading branch information
jagnathan and inodb committed May 3, 2024
1 parent 92bf128 commit 4d54944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/cbioportal/web/TreatmentController.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import org.cbioportal.model.PatientTreatmentRow;
import org.cbioportal.model.SampleTreatmentRow;
import org.cbioportal.service.TreatmentService;
import org.cbioportal.web.config.annotation.PublicApi;
import org.cbioportal.web.config.annotation.InternalApi;
import org.cbioportal.web.parameter.PagingConstants;
import org.cbioportal.web.parameter.SampleIdentifier;
import org.cbioportal.web.parameter.StudyViewFilter;
Expand All @@ -40,7 +40,7 @@
import java.util.Objects;
import java.util.Set;

@PublicApi
@InternalApi
@RestController()
@RequestMapping("/api")
@Validated
Expand Down

0 comments on commit 4d54944

Please sign in to comment.