feat: initial support of method call
This commit is contained in:
4
sdgb-api/src/title/model/mod.rs
Normal file
4
sdgb-api/src/title/model/mod.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
use serde::Serialize;
|
||||
|
||||
#[derive(Serialize)]
|
||||
pub struct Ping;
|
||||
Reference in New Issue
Block a user