From 4276917db45da6030857066489b3de78ef133293 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 26 May 2024 19:23:27 +0200 Subject: [PATCH] Fix wrong exemple (give a duplication when clic the link on link page) --- frontend/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.env.example b/frontend/.env.example index a309d92..d1001df 100644 --- a/frontend/.env.example +++ b/frontend/.env.example @@ -1,4 +1,4 @@ PROTOCOL_HEADER=x-forwarded-proto HOST_HEADER=x-forwarded-host DATABASE_URL=postgres://postgres:password@127.0.0.1:5432/link-shortener -PUBLIC_SHORTENER_URL=http://localhost:3000 \ No newline at end of file +PUBLIC_SHORTENER_URL=localhost:3000