Remove /photo endpoint
This commit is contained in:
parent
2451bb3d76
commit
d32be913fd
7 changed files with 34 additions and 113 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue