cors check removed

This commit is contained in:
2023-04-24 15:02:05 +03:00
parent d1317628d0
commit 62a618ed60
-1
View File
@@ -18,7 +18,6 @@ const {error_handler} = require('./src/middlewares/error_handler')
app.options(options)
app.use(cors)
app.use(cors({origin: "*"})) // for any address
app.use(helmet())