From df87cd6f39d70659c651fd3db209b0c59a69102a Mon Sep 17 00:00:00 2001 From: Jesse Weaver Date: Thu, 7 Feb 2019 16:12:03 -0700 Subject: [PATCH] fix route for frontend Signed-off-by: Trevor Whitney --- frontend/manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/manifest.yml b/frontend/manifest.yml index e76f159..e6c1fcc 100644 --- a/frontend/manifest.yml +++ b/frontend/manifest.yml @@ -3,7 +3,7 @@ applications: - name: pong-queue memory: 256M routes: - - route: https://pong-queue-staging-test.cfapps.io/ + - route: https://pong-queue.cfapps.io/ buildpack: https://github.com/pianohacker/create-react-app-buildpack.git env: OPTIMIZE_MEMORY: true