app/models/postman_mta/credential.rb in postman_mta-0.1.7 vs app/models/postman_mta/credential.rb in postman_mta-0.1.8
- old
+ new
@@ -1,7 +1,7 @@
module PostmanMta
class Credential < ApplicationModel
def create(params = {})
- post('/api/v1/credentials', body: params)
+ post('/credentials', body: params)
end
end
end