Remove /photo endpoint

This commit is contained in:
Joscha 2025-03-01 22:44:09 +01:00
parent 2451bb3d76
commit d32be913fd
7 changed files with 34 additions and 113 deletions

View file

@ -1,7 +1,6 @@
mod backlog;
mod chat_message;
mod new_typst;
mod photo;
mod tictactoe;
use showbits_common::widgets::{FontStuff, HasFontStuff};
@ -11,7 +10,7 @@ use crate::persistent_printer::PersistentPrinter;
pub use self::{
backlog::BacklogDrawing, chat_message::ChatMessageDrawing, new_typst::NewTypstDrawing,
photo::PhotoDrawing, tictactoe::TicTacToeDrawing,
tictactoe::TicTacToeDrawing,
};
pub const FEED: f32 = 96.0;