Skip to content

Commit

Permalink
pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
anishfyle committed Dec 19, 2024
1 parent 6a59a02 commit 117c426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/travelperk/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/<int:workspace_id>/travelperk/token_health/', ValidateHealthyToken.as_view(), name='token-health'),
path('token_health/', ValidateHealthyToken.as_view(), name='token-health'),
]

0 comments on commit 117c426

Please sign in to comment.