fix: CI: use github.com/mcaptcha/website for testing

This commit is contained in:
Aravinth Manivannan 2022-12-15 01:13:24 +05:30
parent 5350b22ffe
commit 0f44135f73
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ use crate::page::Page;
use crate::settings::Settings;
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 async fn get_ctx() -> (Temp, Arc<Ctx>) {