mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-01-22 10:48:06 +00:00
fix getter router for domain_validation!
This commit is contained in:
parent
38ece9b5a6
commit
f67ce93d94
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ pub fn new(rockets: PlumeRocket, _user: User) -> Ructe {
|
|||
))
|
||||
}
|
||||
|
||||
#[get("/validate/<validation_id>")]
|
||||
#[get("/domain_validation/<validation_id>")]
|
||||
pub fn domain_validation(
|
||||
validation_id: String,
|
||||
valid_domains: State<Mutex<HashMap<String, Instant>>>,
|
||||
|
|
Loading…
Reference in a new issue