feat: implement suggesting a fairy despawned
This commit is contained in:
parent
f9527c330c
commit
5ed1cc91ae
4 changed files with 39 additions and 10 deletions
|
@ -7,6 +7,7 @@ Rails.application.routes.draw do
|
|||
post "/auth", to: "instance#authenticate", as: :authenticate_to_instance
|
||||
post "/fairy/mark", to: "fairy#mark", as: :mark_fairy
|
||||
post "/fairy/unmark", to: "fairy#unmark", as: :unmark_fairy
|
||||
post "/fairy/despawn", to: "fairy#despawn", as: :despawn_fairy
|
||||
get "/:public_id", to: "instance#show", as: :show_instance
|
||||
|
||||
get "up" => "rails/health#show", as: :rails_health_check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue