Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rest endpoint to load by projectId (#1863)
## Description 1. What is this PR about (link the issue and add a short description) Add REST endpoint to get the latest buildId based on projectId: `/rest/buildId/<projectId>` Should return buildId or null (which means the project is not published yet). It is required for the new CLI. ## Steps for reproduction 1. click button 3. expect xyz ## Code Review - [ ] hi @kof, I need you to do - conceptual review (architecture, feature-correctness) - detailed review (read every line) - test it on preview ## Before requesting a review - [x] made a self-review - [ ] added inline comments where things may be not obvious (the "why", not "what") ## Before merging - [x] tested locally and on preview environment (preview dev login: 5de6) - [ ] updated [test cases](https://github.com/webstudio-is/webstudio-builder/blob/main/apps/builder/docs/test-cases.md) document - [ ] added tests - [ ] if any new env variables are added, added them to `.env.example` and the `builder/env-check.js` if mandatory
- Loading branch information