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.

App: require sinatra/namespace

+2 -1
+2 -1
lib/app.rb
··· 15 15 # 16 16 17 17 require 'sinatra/activerecord' 18 + require 'sinatra/namespace' 18 19 19 20 require_relative 'helpers/request_helpers' 20 21 ··· 58 59 register BitwardenRuby::Routing::Icons 59 60 register BitwardenRuby::Routing::Identity 60 61 end 61 - end 62 + end