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

bug/193-enable-http-endpoint #234

Merged
merged 4 commits into from
Oct 1, 2024

Commits on Sep 13, 2024

  1. Add support for serverless v2 and improve HTTP endpoint logic

    Introduced a new variable to differentiate between standard serverless and serverless v2 configurations. Updated the logic for enabling HTTP endpoints to account for both serverless and serverless v2 setups.
    tsaucier0 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    06e3c8f View commit details
    Browse the repository at this point in the history
  2. Reordered the serverless_v2 condition to be more logical and simplifi…

    …ed the enable_http_endpoint condition by removing redundant checks for improved clarity and maintainability.
    tsaucier0 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    88d2290 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    e67c961 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d6ba5c View commit details
    Browse the repository at this point in the history