From 117c42634bbefe96e6d5520a1986fd6411e23f1e Mon Sep 17 00:00:00 2001 From: anishfyle Date: Thu, 19 Dec 2024 16:06:42 +0530 Subject: [PATCH] pr comments --- apps/travelperk/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/travelperk/urls.py b/apps/travelperk/urls.py index 9442f4a..73858bc 100644 --- a/apps/travelperk/urls.py +++ b/apps/travelperk/urls.py @@ -21,5 +21,5 @@ path('advanced_settings/', AdvancedSettingView.as_view(), name='advance-settings-view'), path('profile_mappings/', TravelperkPaymentProfileMappingView.as_view(), name='profile-mappings'), path('sync_payment_profile/', SyncPaymentProfiles.as_view(), name='sync-payment-profiles'), - path('workspaces//travelperk/token_health/', ValidateHealthyToken.as_view(), name='token-health'), + path('token_health/', ValidateHealthyToken.as_view(), name='token-health'), ]