From 270072266acdf2dc12a734cdfb643fdf1f3bb988 Mon Sep 17 00:00:00 2001 From: Pujit Mehrotra Date: Mon, 3 Mar 2025 15:03:14 -0500 Subject: [PATCH] fix(api): dynamix notifications dir during development (#1216) In the `[notify]` section of the ./dev/dynamix config, updated the path from "/app/dev/notifications" to "./dev/notifications" to fix notification crud in local, non-docker development. --- api/dev/dynamix/dynamix.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/dev/dynamix/dynamix.cfg b/api/dev/dynamix/dynamix.cfg index a60128d00..3e4c7cd89 100644 --- a/api/dev/dynamix/dynamix.cfg +++ b/api/dev/dynamix/dynamix.cfg @@ -32,5 +32,5 @@ display="0" date="d-m-Y" time="H:i" position="top-right" -path="/app/dev/notifications" +path="./dev/notifications" system="*/1 * * * *" \ No newline at end of file