urls: Update stale file name 'hotspots' to 'onboarding_steps'.

In 643998fcfa, we renamed the file name
so it was stale in the comment.
This commit is contained in:
Prakhar Pratyush 2024-06-18 14:55:49 +05:30 committed by Tim Abbott
parent 00c56a65ed
commit bfc8cdb8f6
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ v1_api_and_json_patterns = [
),
# users/me -> zerver.views.user_settings
rest_path("users/me/avatar", POST=set_avatar_backend, DELETE=delete_avatar_backend),
# users/me/onboarding_steps -> zerver.views.hotspots
# users/me/onboarding_steps -> zerver.views.onboarding_steps
rest_path(
"users/me/onboarding_steps",
POST=(