ArgType 변경
This commit is contained in:
@@ -34,6 +34,7 @@ const ownConfig = {
|
||||
AppDataSource.initialize().then(async () => {
|
||||
// create express app
|
||||
const app = express()
|
||||
app.use(express.json());
|
||||
app.use(session({
|
||||
secret: ownConfig.sessionSecret,
|
||||
resave: false,
|
||||
|
||||
Reference in New Issue
Block a user