Skip to content

Commit

Permalink
Try disabling redirections for now..
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Jul 29, 2024
1 parent 351c3e3 commit 9335818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.hx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Config {
}
};

static public var root = env("GHP_ROOT", null);
static public var root = null;

static public function env(name:String, def:String):String {
return switch(Sys.getEnv(name)) {
Expand Down

0 comments on commit 9335818

Please sign in to comment.