fix: CI: use github.com/mcaptcha/website for testing
This commit is contained in:
parent
5350b22ffe
commit
0f44135f73
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ use crate::page::Page;
|
||||||
use crate::settings::Settings;
|
use crate::settings::Settings;
|
||||||
use crate::*;
|
use crate::*;
|
||||||
|
|
||||||
pub const REPO_URL: &str = "http://localhost:8080/mCaptcha/website/";
|
pub const REPO_URL: &str = "https://github.com/mCaptcha/website/";
|
||||||
pub const BRANCH: &str = "gh-pages";
|
pub const BRANCH: &str = "gh-pages";
|
||||||
|
|
||||||
pub async fn get_ctx() -> (Temp, Arc<Ctx>) {
|
pub async fn get_ctx() -> (Temp, Arc<Ctx>) {
|
||||||
|
|
Loading…
Reference in a new issue