fix: revert back to using github.com for testing
This commit is contained in:
parent
0f77f81f84
commit
21bea52323
1 changed files with 1 additions and 1 deletions
|
@ -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>) {
|
||||
|
|
Loading…
Reference in a new issue