fix: revert back to using github.com for testing

This commit is contained in:
Aravinth Manivannan 2022-12-03 14:53:12 +05:30
parent 0f77f81f84
commit 21bea52323
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://github.com: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>) {