File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -773,21 +773,21 @@ show_deployment_info() {
773
773
fi
774
774
775
775
if [[ -n " $api_route " ]]; then
776
- echo " Classification API: https ://$api_route "
777
- echo " Health Check: https ://$api_route /health"
776
+ echo " Classification API: http ://$api_route "
777
+ echo " Health Check: http ://$api_route /health"
778
778
fi
779
779
if [[ -n " $grpc_route " ]]; then
780
- echo " gRPC API: https ://$grpc_route "
780
+ echo " gRPC API: http ://$grpc_route "
781
781
fi
782
782
if [[ -n " $metrics_route " ]]; then
783
- echo " Metrics: https ://$metrics_route /metrics"
783
+ echo " Metrics: http ://$metrics_route /metrics"
784
784
fi
785
785
786
786
echo " "
787
787
echo " === Quick Test Commands ==="
788
788
if [[ -n " $api_route " ]]; then
789
- echo " curl -k https ://$api_route /health"
790
- echo " curl -k - X POST https ://$api_route /api/v1/classify/intent -H 'Content-Type: application/json' -d '{\" text\" : \" Hello world \" }'"
789
+ echo " curl http ://$api_route /health"
790
+ echo " curl -X POST http ://$api_route /api/v1/classify/intent -H 'Content-Type: application/json' -d '{\" text\" : \" What is 2+2? \" }'"
791
791
fi
792
792
}
793
793
You can’t perform that action at this time.
0 commit comments