Skip to content

Commit

Permalink
Remove deprecated route /track_content_status (#2756)
Browse files Browse the repository at this point in the history
* remove deprecated route

* remove deprecated comment

Co-authored-by: vicky <ubuntu@vickys-inferno.us-central1-f.c.audius-infrastructure.internal>
  • Loading branch information
vicky-g and vicky committed Mar 29, 2022
1 parent 77f4ebb commit 5512520
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions creator-node/src/routes/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -854,11 +854,8 @@ async function _addToIpfsWithRetries({
}

module.exports = function (app) {
/**
* TODO: Eventually deprecate '/track_content_status'
*/
app.get(
['/track_content_status', '/async_processing_status'],
'/async_processing_status',
handleResponse(async (req, res) => {
const AsyncProcessingQueue =
req.app.get('serviceRegistry').asyncProcessingQueue
Expand Down

0 comments on commit 5512520

Please sign in to comment.