File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ This opens to the Frontend port <http://localhost:5173> only and takes it's data
8686##### 3️⃣ Backend (Spring Boot)
8787
8888- [ ] Validate payloads
89- - [ ] Tenant scoping already active via Hibernate filter
89+ - [x ] Tenant scoping already active via Hibernate filter
9090- [ ] Extend ` ClientRepository ` with ` deleteByTenantId() `
9191
9292##### 4️⃣ Forms & Validation
Original file line number Diff line number Diff line change 1- VITE_USE_MOCK = false
1+ VITE_USE_MOCK = true
22# If you want real backend in dev, flip to false and (optionally) set:
33VITE_BACKEND_URL = http://localhost:8080
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export const handlers = [
77 await delay ( 'real' )
88 return HttpResponse . json ( clients )
99 } ) ,
10- http . get ( '/api/tenant ' , async ( ) => {
10+ http . get ( '/tenantInfo ' , async ( ) => {
1111 await delay ( 'real' )
1212 return HttpResponse . json ( {
1313 tenantDisplay : getMockTenantDisplay ( ) ,
You can’t perform that action at this time.
0 commit comments