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
);