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 the webapp from the server #854

Merged
merged 3 commits into from
Jun 5, 2022

Commits on Jun 5, 2022

  1. Remove the webapp from the server

    As part of modularizing the platform, let's delete the webapp from the server code
    We should create a separate webapp microservice, presumably using node.js so
    that we can iterate on it separately.
    
    This should also significantly lower the space taken by the e-mission-server
    repo, simplify its dependencies, and stop generating dependabot alerts.
    shankari committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    df715ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51cb5ef View commit details
    Browse the repository at this point in the history
  3. Set up a custom 404 redirect to the OpenPATH page

    Instead of a weird 404 page.
    Since this is approved by NREL comms, we don't need any other 404 or index page for now
    shankari committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    964ed28 View commit details
    Browse the repository at this point in the history