From eabd2da07e86f7c0f93c53703ff5316890847794 Mon Sep 17 00:00:00 2001 From: ajdj100 Date: Sat, 22 Nov 2025 15:45:24 -0500 Subject: [PATCH] added env example comment --- api/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/.env.example b/api/.env.example index 39cf55c..8f50827 100644 --- a/api/.env.example +++ b/api/.env.example @@ -16,4 +16,4 @@ AUTH_REVOCATION_URI= # SERVER SETTINGS SERVER_PORT=3000 -CLIENT_URL= \ No newline at end of file +CLIENT_URL= # This is whatever URL the client web app is served on \ No newline at end of file