Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove http_request endpoint #44

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions rs/canister/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [unreleased]

### Removed

- Remove `http_request` endpoint ([#44](https://github.com/open-chat-labs/ic-sign-in-with-email/pull/44))

## [[0.10.0](https://github.com/open-chat-labs/ic-sign-in-with-email/releases/tag/v0.10.0)] - 2024-06-06

### Changed
Expand Down
71 changes: 0 additions & 71 deletions rs/canister/impl/src/queries/http_request.rs

This file was deleted.

1 change: 0 additions & 1 deletion rs/canister/impl/src/queries/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pub mod email_sender_config;
pub mod get_delegation;
pub mod http_request;
pub mod rsa_public_key;
Loading