Skip to content

Commit

Permalink
feat(backend)!: Remove /v0/bulk endpoints (#1421)
Browse files Browse the repository at this point in the history
BREAKING CHANGE:

Remove /v0/bulk endpoints in favor of the /v1/bulk endpoints. New docs are here: https://help.reacher.email/bulk-email-verification.
  • Loading branch information
amaury1093 committed Dec 27, 2023
1 parent 8d7f3e2 commit 522f324
Show file tree
Hide file tree
Showing 46 changed files with 184 additions and 2,159 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"rust-analyzer.cargo.features": ["worker"]
"rust-analyzer.cargo.features": ["worker", "postgres"]
}
74 changes: 0 additions & 74 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY . .

ENV SQLX_OFFLINE=true

RUN cargo build --features=reacher_backend/worker --bin reacher_backend --release --target=x86_64-unknown-linux-musl
RUN cargo build --features=reacher_backend/worker,reacher_backend/postgres --bin reacher_backend --release --target=x86_64-unknown-linux-musl

# ------------------------------------------------------------------------------
# Final Stage
Expand Down
Loading

0 comments on commit 522f324

Please sign in to comment.