| 1 | import type { HttpEnvironmentsResponse } from '../dto/http-environments' |
| 2 | import { Elysia } from 'elysia' |
| 3 | import { useHttpStorage } from '../../storage' |
| 4 | import { commonAddResponse } from '../dto/common/response' |
nothing calls this directly
no test coverage detected