From d834eeb875b1683ed877c9ef74151abcf09c1184 Mon Sep 17 00:00:00 2001 From: Factorio Blueprints Date: Tue, 16 Dec 2025 11:49:48 -0500 Subject: [PATCH] Update REACT_APP_REST_URL to point to factorioprints.xyz backend. --- .env | 2 +- .env.production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 3143ed463..b3584e3d5 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -REACT_APP_REST_URL=https://www.factorio.school +REACT_APP_REST_URL=https://factorioprints.xyz diff --git a/.env.production b/.env.production index 3143ed463..b3584e3d5 100644 --- a/.env.production +++ b/.env.production @@ -1 +1 @@ -REACT_APP_REST_URL=https://www.factorio.school +REACT_APP_REST_URL=https://factorioprints.xyz