]> cat aescling's git repositories - mastodon.git/commit
Fix #5104 - GET /api/v1/apps/verify_credentials to confirm app works (#5112)
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 30 Sep 2017 20:05:42 +0000 (22:05 +0200)
committerGitHub <noreply@github.com>
Sat, 30 Sep 2017 20:05:42 +0000 (22:05 +0200)
commiteb605141ffb95290c5a537802ea418e6e45bf95f
treec09b15c974ad54ab03acfc650f83e8e73d8b139f
parent1e1d7887577ce5e2b1ceb0c1d08578ca173d5f5f
Fix #5104 - GET /api/v1/apps/verify_credentials to confirm app works (#5112)
app/controllers/api/v1/apps/credentials_controller.rb [new file with mode: 0644]
app/controllers/api/v1/apps_controller.rb
config/routes.rb
spec/controllers/api/v1/apps/credentials_controller_spec.rb [new file with mode: 0644]