From 5f752ba9ac170b6d7343a89e983b8bfc2a8a0576 Mon Sep 17 00:00:00 2001 From: veypi Date: Fri, 13 Oct 2023 00:39:37 +0800 Subject: [PATCH] v2.0 fix --- oab/src/models/entity/app.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oab/src/models/entity/app.rs b/oab/src/models/entity/app.rs index ae5b004..4db802b 100644 --- a/oab/src/models/entity/app.rs +++ b/oab/src/models/entity/app.rs @@ -23,7 +23,8 @@ pub struct Model { pub hide: i8, pub join_method: i32, pub role_id: Option, - pub redirect: Option, + pub host: String, + pub redirect: String, pub status: i32, }