Commit e1b541f
Fix remaining localhost fallback in playground Request URL display
The previous fix only addressed line 251, but line 1074 still had a
hardcoded "localhost" fallback for the Request URL display section.
Now both occurrences use window.location.hostname as the fallback.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent ca66259 commit e1b541f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1071 | 1071 | | |
1072 | 1072 | | |
1073 | 1073 | | |
1074 | | - | |
| 1074 | + | |
1075 | 1075 | | |
1076 | 1076 | | |
1077 | 1077 | | |
| |||
0 commit comments