An unofficial, mostly Bitwarden-compatible API server written in Ruby (Sinatra and ActiveRecord)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add new cipher delete route (#117)

authored by

Haluk ÜNAL and committed by
GitHub
f5818ca2 8ded1067

+5
+5
lib/routes/api.rb
··· 208 208 delete_cipher app: app, uuid: params[:uuid] 209 209 end 210 210 211 + # delete a cipher (new client) 212 + put "/ciphers/:uuid/delete" do 213 + delete_cipher app: app, uuid: params[:uuid] 214 + end 215 + 211 216 # 212 217 # folders 213 218 #