Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Tabish1511/Journalink into …
Browse files Browse the repository at this point in the history
…auth
  • Loading branch information
Tabish1511 committed Dec 17, 2024
2 parents 0a802c3 + 73a25d4 commit e0dd660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import jwt, { JwtPayload } from 'jsonwebtoken';
import userRouter from './routes/user';
import messageRouter from './routes/message';

// BUILD AND CHECK JOURNALINK DIRECTORIES IN EC2 SERVER
// CHECK IF ALL DOCKER BUILDS RUNNING OKAY

const app = express();
app.use(cookieParser());
Expand Down

0 comments on commit e0dd660

Please sign in to comment.