Adds loading id on windows

This commit is contained in:
Daniel Svitan
2025-05-14 10:37:18 +02:00
parent df143bc186
commit 60526fba00
2 changed files with 53 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ func getLogs(c echo.Context) error {
}
func getClientLogs(c echo.Context, id uuid.UUID) error {
var err error
date := c.QueryParam("date")
if date == "" {
date = time.Now().Format(DateFormat)