You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Axel Schwab edited this page Mar 26, 2024
·
2 revisions
Development
Here you can find all the information which you need to know how the project is build.
Winslow API
The communication between the frontend and the backend is done via a HTTP API.
The API is defined in java and hold in the winslow-api module.
The frontend uses the winslow-api.ts which is generated from maven out of the winslow-api module.
Caution
The winslow-api.ts is generated. Do not change it manually.
Note
Currently the winslow-api.ts is part of the repository.
For fallback reasons, this will be changed in the future.