File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/sentry/preprod/api/endpoints Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212from sentry import analytics
1313from sentry .api .api_owners import ApiOwner
1414from sentry .api .api_publish_status import ApiPublishStatus
15- from sentry .api .base import region_silo_endpoint
15+ from sentry .api .base import internal_region_silo_endpoint
1616from sentry .models .project import Project
1717from sentry .models .release import Release
1818from sentry .preprod .analytics import PreprodArtifactApiUpdateEvent
@@ -189,7 +189,7 @@ def find_or_create_release(
189189 return None
190190
191191
192- @region_silo_endpoint
192+ @internal_region_silo_endpoint
193193class ProjectPreprodArtifactUpdateEndpoint (PreprodArtifactEndpoint ):
194194 owner = ApiOwner .EMERGE_TOOLS
195195 publish_status = {
You can’t perform that action at this time.
0 commit comments