Skip to content

How to add or delete an endpoint in BTE TRAPI API

JIWEN XIN edited this page May 6, 2021 · 1 revision

You can add or delete an endpoint in this file: https://github.com/biothings/BioThings_Explorer_TRAPI/blob/master/src/routes/index.js

Follow the current pattern here, put the logics of the endpoint in another file, and the import into index.js file above.