Commit b1fca17
committed
Fix route_registrar path logic in bpm template
- invoking .sub!() was replacing the string in-place, causing the data
path to be added twice
- Also brings back routing_api.auth_disabled flag to the routing_api bpm
template because we accidentally forgot it
[#175826416](https://www.pivotaltracker.com/story/show/175826416)1 parent 4b49668 commit b1fca17
File tree
2 files changed
+5
-1
lines changed- jobs
- route_registrar/templates
- routing-api/templates
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| |||
0 commit comments