applied reps documents naming conventions
This commit is contained in:
@@ -43,7 +43,7 @@ export default function Footer(props) {
|
||||
const origin =
|
||||
typeof window !== "undefined" && window.location.origin
|
||||
? window.location.origin
|
||||
: "";
|
||||
: process.env.API_ROOT;
|
||||
|
||||
const URL = `${origin}`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user