chore: accept all origins
Kieran Klukas 10 months ago 00c34955 42990875
··· 72 mode: "combined", 73 }), 74 ) 75 - .use(cors()) 0 0 0 0 76 .use( 77 swagger({ 78 exclude: ["/", "favicon.ico"],
··· 72 mode: "combined", 73 }), 74 ) 75 + .use( 76 + cors({ 77 + origin: true, 78 + }), 79 + ) 80 .use( 81 swagger({ 82 exclude: ["/", "favicon.ico"],