Skip to content

Commit

Permalink
FIX: Local environment readable
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewBL committed Jan 22, 2024
1 parent fd68606 commit 2e7d37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import express, { Express, Request, Response } from 'express'
import './loadEnvironment'
import { receiveMessages } from './rabbitmq/operations'
import cors from 'cors'
import courses from './routes/courses'
import './loadEnvironment'
import './db/conn'
import { generateToken, verifyToken } from './utils/jwtUtils'

Expand Down

0 comments on commit 2e7d37d

Please sign in to comment.