tangled
alpha
login
or
join now
mackuba.eu
/
lycan
35
fork
atom
Don't forget to lycansubscribe
35
fork
atom
overview
issues
1
pulls
pipelines
added root endpoint for testing
mackuba.eu
4 months ago
938e99ad
ceea606f
+4
1 changed file
expand all
collapse all
unified
split
app
server.rb
+4
app/server.rb
···
79
79
end
80
80
end
81
81
82
82
+
get '/' do
83
83
+
"Awoo 🐺"
84
84
+
end
85
85
+
82
86
get '/xrpc/blue.feeds.lycan.searchPosts' do
83
87
@user = load_user
84
88