routes updated

This commit is contained in:
realaravinth
2021-04-12 10:45:53 +05:30
parent c776092023
commit 1b0dfd8082
3 changed files with 7 additions and 12 deletions

View File

@@ -55,8 +55,8 @@ mod tests {
const NAME: &str = "powverifyusr";
const PASSWORD: &str = "testingpas";
const EMAIL: &str = "verifyuser@a.com";
const VERIFY_URL: &str = "/api/v1/mcaptcha/pow/verify";
const GET_URL: &str = "/api/v1/mcaptcha/pow/config";
const VERIFY_URL: &str = "/api/v1/pow/verify";
const GET_URL: &str = "/api/v1/pow/config";
// const UPDATE_URL: &str = "/api/v1/mcaptcha/domain/token/duration/update";
{