Skip to content

Commit

Permalink
Revert "feat(credential): add google api for ui-forms"
Browse files Browse the repository at this point in the history
This reverts commit 55cd861.
  • Loading branch information
Jason-ZW committed Oct 13, 2022
1 parent d365419 commit b65a5aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 272 deletions.
1 change: 0 additions & 1 deletion pkg/server/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ func initCredential(s *types.APISchemas) {
schema.Store = &credential.Store{}
schema.CollectionMethods = []string{http.MethodGet, http.MethodPost}
schema.ResourceMethods = []string{http.MethodGet, http.MethodPut, http.MethodDelete}
schema.Formatter = credential.Formatter
})
}

Expand Down
271 changes: 0 additions & 271 deletions pkg/server/store/credential/schema.go

This file was deleted.

0 comments on commit b65a5aa

Please sign in to comment.