issues
search
roipoussiere
/
cadquery-server
A web server used to render 3d models from CadQuery code loaded dynamically.
MIT License
57
stars
17
forks
source link
Update url routes
#55
Open
roipoussiere
opened
2 years ago
roipoussiere
commented
2 years ago
/
: used to show the website main page from where a user can select a project.
/api/
: DCI openAPI endpoint (#54), which is not available on exported static website.
/samples/<model_name>/<format>
: static files of pre-generated samples
/viewer/<module>
: realtime viewer used when developing, that use the api internally.
/
: used to show the website main page from where a user can select a project./api/
: DCI openAPI endpoint (#54), which is not available on exported static website./samples/<model_name>/<format>
: static files of pre-generated samples/viewer/<module>
: realtime viewer used when developing, that use the api internally.