Commit b9a80ce
committed
fix(browser): add missing /v1 prefix to instance API endpoints
Added the /v1 version prefix to two instance API endpoint paths in
internal/services/browser/api.go that were missing it:
- deleteInstance function (line 1592)
- cleanupCreatedResources function (line 2131)
This ensures consistency with the rest of the codebase where actual
API endpoint paths include the /v1 or /v2 version prefix.
Signed-off-by: Romain Beuque <556072+rbeuque74@users.noreply.github.com>1 parent 11351ce commit b9a80ce
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1589 | 1589 | | |
1590 | 1590 | | |
1591 | 1591 | | |
1592 | | - | |
| 1592 | + | |
1593 | 1593 | | |
1594 | 1594 | | |
1595 | 1595 | | |
| |||
2128 | 2128 | | |
2129 | 2129 | | |
2130 | 2130 | | |
2131 | | - | |
| 2131 | + | |
2132 | 2132 | | |
2133 | 2133 | | |
2134 | 2134 | | |
| |||
0 commit comments