]> git.openstreetmap.org Git - rails.git/commit
Add create note subscription api endpoint
authorAnton Khorev <tony29@yandex.ru>
Thu, 24 Oct 2024 01:11:37 +0000 (04:11 +0300)
committerAnton Khorev <tony29@yandex.ru>
Wed, 20 Nov 2024 17:34:52 +0000 (20:34 +0300)
commitedd12c6995aa5f8ef5d6c8d898e42d1a5931430f
tree70cf2ce15362b8037fcd0043a996ecc7ee0e9da1
parenta25b7953b3889ce6847a13c579fa9fd32219b5e3
Add create note subscription api endpoint
app/abilities/api_capability.rb
app/controllers/api/note_subscriptions_controller.rb [new file with mode: 0644]
config/routes.rb
test/controllers/api/note_subscriptions_controller_test.rb [new file with mode: 0644]