From 07be8024579ca281bcb9eedeff08b6cc113695f7 Mon Sep 17 00:00:00 2001 From: mehmet Date: Tue, 7 May 2024 21:12:15 +0200 Subject: [PATCH] Update logs and client UI --- backend/combined.log | 2 ++ backend/error.log | 2 ++ backend/index.ts | 2 -- client/src/App.tsx | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/backend/combined.log b/backend/combined.log index 4cf3d484..9645c765 100644 --- a/backend/combined.log +++ b/backend/combined.log @@ -12,3 +12,5 @@ {"level":"error","message":"No token, authorization denied","timestamp":"2024-04-06 13:20:40"} {"level":"error","message":"No token, authorization denied","timestamp":"2024-05-04 20:37:04"} {"level":"error","message":"No token, authorization denied","timestamp":"2024-05-04 20:39:03"} +{"level":"error","message":"No token, authorization denied","timestamp":"2024-05-07 20:55:55"} +{"level":"error","message":"No token, authorization denied","timestamp":"2024-05-07 20:55:55"} diff --git a/backend/error.log b/backend/error.log index 4cf3d484..9645c765 100644 --- a/backend/error.log +++ b/backend/error.log @@ -12,3 +12,5 @@ {"level":"error","message":"No token, authorization denied","timestamp":"2024-04-06 13:20:40"} {"level":"error","message":"No token, authorization denied","timestamp":"2024-05-04 20:37:04"} {"level":"error","message":"No token, authorization denied","timestamp":"2024-05-04 20:39:03"} +{"level":"error","message":"No token, authorization denied","timestamp":"2024-05-07 20:55:55"} +{"level":"error","message":"No token, authorization denied","timestamp":"2024-05-07 20:55:55"} diff --git a/backend/index.ts b/backend/index.ts index 756a872f..1b6f34d4 100644 --- a/backend/index.ts +++ b/backend/index.ts @@ -1,6 +1,4 @@ import mongoose from 'mongoose'; - - import { app } from './app'; import { DatabaseConnectionError } from './errors/database-connection-error'; import { myCronJob } from './cronJob'; diff --git a/client/src/App.tsx b/client/src/App.tsx index c406f030..b1b4b5c4 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -70,7 +70,7 @@ function App() { }, [location]); return ( -
test
+
test1
);