From bfc8cdb8f60dcece08333d53c284579ac4d7f2f1 Mon Sep 17 00:00:00 2001 From: Prakhar Pratyush Date: Tue, 18 Jun 2024 14:55:49 +0530 Subject: [PATCH] urls: Update stale file name 'hotspots' to 'onboarding_steps'. In 643998fcfa9b5e88d24c3227ad6baa160005726f, we renamed the file name so it was stale in the comment. --- zproject/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zproject/urls.py b/zproject/urls.py index ff54098353..85dc621122 100644 --- a/zproject/urls.py +++ b/zproject/urls.py @@ -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=(