Don't forget to lycansubscribe 🐺
3
fork

Configure Feed

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

added root endpoint for testing

+4
+4
app/server.rb
··· 79 79 end 80 80 end 81 81 82 + get '/' do 83 + "Awoo 🐺" 84 + end 85 + 82 86 get '/xrpc/blue.feeds.lycan.searchPosts' do 83 87 @user = load_user 84 88