a cache for slack profile pictures and emojis

chore: accept all origins

Changed files
+5 -1
src
+5 -1
src/index.ts
···
mode: "combined",
}),
)
-
.use(cors())
+
.use(
+
cors({
+
origin: true,
+
}),
+
)
.use(
swagger({
exclude: ["/", "favicon.ico"],