목록whitelist (1)
나의 개발일지(김지헌)
항해 99 81일차 12/08일
오늘은 예외처리를 마저하고 배포용 server.ts 코드를 수정했다. import express from 'express'; import cors from 'cors'; import cookieParser from 'cookie-parser'; import dotenv from 'dotenv'; import helmet from 'helmet'; //악성 스크립트 보호 import HTTPS from 'https'; import fs from 'fs'; import hpp from 'hpp' import indexRouter from './src/api/routes/index'; import createData from './src/database/data'; import {errorLogger, err..
항해 99
2022. 12. 9. 02:23