()
| 78 | } |
| 79 | |
| 80 | function generateOperationId(): string { |
| 81 | return crypto.randomBytes(8).toString('hex') |
| 82 | } |
| 83 | |
| 84 | const corsOptions: CorsOptions = { |
| 85 | origin: ['https://npmx.dev', /^http:\/\/localhost:\d+$/, /^http:\/\/127.0.0.1:\d+$/], |
no outgoing calls
no test coverage detected