From 14caed5d15b3601bb91a5f4a688fbdfba38cf321 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Mon, 18 Jun 2018 16:17:23 -0400 Subject: updates --- finished-application/frontend/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'finished-application/frontend') diff --git a/finished-application/frontend/config.js b/finished-application/frontend/config.js index f5f234a..53e05ed 100644 --- a/finished-application/frontend/config.js +++ b/finished-application/frontend/config.js @@ -1,3 +1,3 @@ // This is client side config only - don't put anything in here that shouldn't be public! -export const endpoint = `http://localhost:4444`; +export const endpoint = `http://localhost:5555`; export const perPage = 4; -- cgit v1.3