Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: ♻️ add controllers for ingestion and substance routes (#422)
The changes in this commit include: - Adding a main controller for building ingestion routes in the `apps/server/src/routes/v1/ingestion.ts` file. - Adding a main controller for querying substance information in the `apps/server/src/routes/v1/substance.ts` file. These changes are necessary to provide a structured and organized way to handle the ingestion and substance-related functionality in the server application.
- Loading branch information