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 366e173 commit e42d380
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 e42d380

Please sign in to comment.