Skip to content

Commit

Permalink
refactor: ♻️ add controllers for ingestion and substance routes (#422)
Browse files Browse the repository at this point in the history
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
keinsell authored Apr 24, 2024
1 parent 9379bab commit c5eec83
Show file tree
Hide file tree
Showing 37 changed files with 38 additions and 9,502 deletions.
Empty file removed apps/server/migrations/README.md
Empty file.
480 changes: 0 additions & 480 deletions apps/server/prisma/migrations/20240130221802_init_db/migration.sql

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions apps/server/prisma/migrations/migration_lock.toml

This file was deleted.

Loading

0 comments on commit c5eec83

Please sign in to comment.