Skip to content

Commit

Permalink
MOD 주석처리
Browse files Browse the repository at this point in the history
  • Loading branch information
urimJ committed Nov 23, 2023
1 parent 1ddd122 commit a0b8789
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import { S3Client, PutObjectCommand } from "@aws-sdk/client-s3";
import crypto from 'crypto';
import dotenv from 'dotenv';
dotenv.config();
import { Strategy as JwtStrategy } from 'passport-jwt';
import { ExtractJwt as ExtracJwt } from 'passport-jwt';
import { DataTypes, Model, Sequelize } from 'sequelize';
// import { Strategy as JwtStrategy } from 'passport-jwt';
// import { ExtractJwt as ExtracJwt } from 'passport-jwt';
// import { DataTypes, Model, Sequelize } from 'sequelize';
// import { Artist,
// Favorite,
// Collection,
Expand Down Expand Up @@ -74,7 +74,6 @@ const corsOptions = {
};
app.use(cors(corsOptions));
app.use(express.json());
//app.use('/api-docs', swaggerUi.serve, swaggerUi.setup(specs))

const getRandomInt = (max) => {
return Math.floor(Math.random() * max);
Expand Down

0 comments on commit a0b8789

Please sign in to comment.