add /kitty route to get a cat picture from CaaS
All checks were successful
Gitea Actions Demo / lint (push) Successful in 19s
Gitea Actions Demo / test (push) Successful in 18s
Gitea Actions Demo / release-image (push) Successful in 2m7s

This commit is contained in:
2025-03-09 20:55:52 -05:00
parent 62f204fa8b
commit 54a3de77e2
3 changed files with 31 additions and 0 deletions

View File

@ -12,6 +12,7 @@ gem "ulid"
gem "uuid7"
gem "jwt"
gem "httparty"
group :development do
gem "ruby-lsp"