Skip to content

Commit

Permalink
Add /phones to API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x authored Jan 16, 2025
1 parent caaba59 commit 324f7b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/reference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export const reference = (
if (
!route.path.startsWith('/acs') &&
!route.path.startsWith('/thermostats') &&
!route.path.startsWith('/phones') &&
!route.path.startsWith('/user_identities')
) {
continue
Expand Down

0 comments on commit 324f7b4

Please sign in to comment.