mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 18:15:39 +00:00
sqlx offline compilation
This commit is contained in:
@@ -28,11 +28,11 @@ use super::I32Levels;
|
||||
use crate::errors::*;
|
||||
use crate::Data;
|
||||
|
||||
#[derive(Clone, Debug, Deserialize, Serialize)]
|
||||
pub struct PoWConfig {
|
||||
pub name: String,
|
||||
pub domain: String,
|
||||
}
|
||||
//#[derive(Clone, Debug, Deserialize, Serialize)]
|
||||
//pub struct PoWConfig {
|
||||
// pub name: String,
|
||||
// pub domain: String,
|
||||
//}
|
||||
|
||||
#[derive(Clone, Debug, Deserialize, Serialize)]
|
||||
pub struct GetConfigPayload {
|
||||
|
||||
Reference in New Issue
Block a user