Commit 55ab04c
authored
Release/v25.12.4 (#2507)
* chore: update .gitignore to allow build artifacts and update build artifacts
- Allow JS, CSS, font files, and assets directory in api/ui/build
- Update index.html with latest build artifacts
* fix: mount API routes at both root path and root level when RootPath is configured
- Fixes login API returning HTML instead of JSON when RootPath is set
- API routes now work with both /ui/auth/login and /convoylocal/ui/auth/login
- Added response validation in login component
- Removed debug logging1 parent e6885b0 commit 55ab04c
3 files changed
Lines changed: 9 additions & 4 deletions
File tree
- api
- web/ui/dashboard/src/app
- public/login
- services/http
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
251 | 255 | | |
252 | 256 | | |
253 | 257 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
125 | 130 | | |
126 | 131 | | |
127 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | 197 | | |
202 | 198 | | |
203 | 199 | | |
| |||
0 commit comments