feat: List domains user can see on homepage
This commit is contained in:
parent
58a8c375f0
commit
8a7e644960
11 changed files with 136 additions and 58 deletions
|
|
@ -1,4 +1,6 @@
|
|||
#[derive(Clone, Debug, Default)]
|
||||
use serde::Serialize;
|
||||
|
||||
#[derive(Clone, Debug, Default, Serialize)]
|
||||
pub struct Domain {
|
||||
pub name: String,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue