Details
-
Task
-
Resolution: Unresolved
-
Major - P3
-
None
-
None
-
None
-
None
-
2
Description
Update Compass update endpoints (compass-mongodb-com/src/routes/update.js) to add the `/update` prefix and align with the refactoring in https://github.com/10gen/compass-mongodb-com/pull/66. For example:
Before:
/api/v2/download/latest/compass/stable/:package(osx|windows|linux_deb|linux_rpm)
After:
/update/api/v2/download/latest/compass/stable/:package(osx|windows|linux_deb|linux_rpm)