Commit ef2677b
Fix Wrong Base URL used
Summary:
## Context
* Some nest apps hardcode localhost as part of the base url.
* This breaks CI as in ci you are not guaranteed the same port and should use the base url set by the nest_app_provider
## What This Diff Does
* Adjusts the faulty configs to use getBaseURL() helper
Differential Revision: D107175839
fbshipit-source-id: 9b5771af0bbb8885b377f7e2630af4070e44a9aa1 parent 0f747a3 commit ef2677b
1 file changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
7 | 17 | | |
8 | 18 | | |
9 | 19 | | |
| |||
13 | 23 | | |
14 | 24 | | |
15 | 25 | | |
16 | | - | |
| 26 | + | |
17 | 27 | | |
18 | 28 | | |
19 | 29 | | |
| |||
24 | 34 | | |
25 | 35 | | |
26 | 36 | | |
27 | | - | |
| 37 | + | |
28 | 38 | | |
29 | 39 | | |
30 | 40 | | |
0 commit comments