Commit 27750ad
committed
fix: correct route URLs to use http instead of https
Routes are created without TLS termination by default, so URLs should
use http:// not https://. This fixes the quick test commands shown at
deployment completion.
Tested and verified:
- curl http://semantic-router-api.../health works
- curl -X POST http://semantic-router-api.../api/v1/classify/intent works
Signed-off-by: Yossi Ovadia <[email protected]>1 parent ffe9f69 commit 27750ad
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
773 | 773 | | |
774 | 774 | | |
775 | 775 | | |
776 | | - | |
777 | | - | |
| 776 | + | |
| 777 | + | |
778 | 778 | | |
779 | 779 | | |
780 | | - | |
| 780 | + | |
781 | 781 | | |
782 | 782 | | |
783 | | - | |
| 783 | + | |
784 | 784 | | |
785 | 785 | | |
786 | 786 | | |
787 | 787 | | |
788 | 788 | | |
789 | | - | |
790 | | - | |
| 789 | + | |
| 790 | + | |
791 | 791 | | |
792 | 792 | | |
793 | 793 | | |
| |||
0 commit comments