Commit 63a5a5b
authored
Remove orphaned service_bindings routes (#4948)
The V3 ServiceBindingsController was removed in commit 57357b4
(Feb 2021) when it was replaced by service_credential_bindings,
but the routes were accidentally left behind.
These orphaned routes cause 500 errors with "uninitialized constant
ServiceBindingsController" during route resolution.1 parent 5953247 commit 63a5a5b
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | 189 | | |
196 | 190 | | |
197 | 191 | | |
| |||
0 commit comments