|
|
@@ -7,7 +7,7 @@ import { RabbitmqPublisherService } from './rabbitmq-publisher.service';
|
|
|
* Internal-only endpoint for RabbitMQ publisher status monitoring.
|
|
|
* Guarded by environment check to prevent public access in production.
|
|
|
*/
|
|
|
-@Controller('api/v1/internal/rabbitmq')
|
|
|
+@Controller('internal/rabbitmq')
|
|
|
export class RabbitmqStatusController {
|
|
|
constructor(
|
|
|
private readonly publisher: RabbitmqPublisherService,
|