Skip to content

Commit

Permalink
feat: drop create sms endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikpolik committed Nov 17, 2023
1 parent 3ec7814 commit 46dc69a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 92 deletions.
1 change: 0 additions & 1 deletion clerk/clerk.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const (
RedirectURLsUrl = "redirect_urls"
SAMLConnectionsUrl = "saml_connections"
SessionsUrl = "sessions"
SMSUrl = "sms_messages"
TemplatesUrl = "templates"
UsersUrl = "users"
UsersCountUrl = UsersUrl + "/count"
Expand Down
34 changes: 0 additions & 34 deletions clerk/sms.go

This file was deleted.

57 changes: 0 additions & 57 deletions clerk/sms_test.go

This file was deleted.

0 comments on commit 46dc69a

Please sign in to comment.