Commit 01912ba
authored
chore: mount project-level context API unconditionally (#11258)
The mounting was originally wrapped in a flag check, but this means that
the flag has to be enabled at startup for the routes to get mounted.
This, in turn, means that if you enable the flag after startup, the Ui
will start trying to call the project-level API, but not get any results
because the routes are not mounted.
The API is still marked as beta, so this can be rolled back if we want
to.1 parent adf9f2b commit 01912ba
1 file changed
+4
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
221 | 218 | | |
222 | 219 | | |
223 | 220 | | |
| |||
0 commit comments