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

CfW: Allow web resource routing configuration #3852

Merged
merged 5 commits into from
Oct 24, 2023

Commits on Oct 23, 2023

  1. CfW: Allow web resource routing configuration

    This commit changes the default resource routing behaviour:
    - It used to search for a file in the root directory (on a domain level)
    - After this change, it will search for a file relatively to the current url segment
    
    Besides that, we add a small configuration to let developers change the default behaviour when needed.
    eymar committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    67c4567 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4a9f13 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Use object instead of class

    eymar committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    9a4818d View commit details
    Browse the repository at this point in the history
  2. PR review fix + add docs

    eymar committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    3db6526 View commit details
    Browse the repository at this point in the history
  3. doc fix

    eymar committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    ff796af View commit details
    Browse the repository at this point in the history