Skip to content

Commit

Permalink
chore(crons): Rename badly named api file (#70480)
Browse files Browse the repository at this point in the history
I accidentally pluralised this when creating it, just fixing.
  • Loading branch information
wedamija committed May 7, 2024
1 parent 2489a4a commit 0b96de4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,11 @@
from sentry.monitors.endpoints.project_monitor_checkin_index import (
ProjectMonitorCheckInIndexEndpoint,
)
from sentry.monitors.endpoints.project_monitor_details import ProjectMonitorDetailsEndpoint
from sentry.monitors.endpoints.project_monitor_environment_details import (
ProjectMonitorEnvironmentDetailsEndpoint,
)
from sentry.monitors.endpoints.project_monitor_stats import ProjectMonitorStatsEndpoint
from sentry.monitors.endpoints.project_monitors_details import ProjectMonitorDetailsEndpoint
from sentry.replays.endpoints.organization_replay_count import OrganizationReplayCountEndpoint
from sentry.replays.endpoints.organization_replay_details import OrganizationReplayDetailsEndpoint
from sentry.replays.endpoints.organization_replay_events_meta import (
Expand Down

0 comments on commit 0b96de4

Please sign in to comment.