virtualcell / vcell

Virtual Cell Framework
http://vcell.org/
Other
65 stars 20 forks source link

add URL path prefix to vcell-api and vcell-rest for layer 7 routing #1218

Closed jcschaff closed 3 months ago

jcschaff commented 3 months ago

add URL path prefix to vcell-api and vcell-rest for layer 7 routing

vcell-api endpoints (legacy api running with Restlet) will be reachable with /api/v0 path prefix from: https://vcellapi-beta.cam.uchc.edu/health?check=sim to: https://vcellapi-beta.cam.uchc.edu/api/v0/health?check=sim

vcell-rest endpoints (replacement api running with Quarkus) will be reachable with /api/v1 path prefix