applied reps documents naming conventions

This commit is contained in:
2024-05-14 19:06:20 +01:00
parent 5987ecacf2
commit 0e3df85fdc
13 changed files with 273 additions and 137 deletions
+1 -1
View File
@@ -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}`;