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

Fixes the swagger API by copying it to a custom path #247

Merged
merged 1 commit into from
Apr 27, 2021

Commits on Apr 21, 2021

  1. Fixes the swagger API by copying it to a custom path

    This fixes the API by copying to a custom path in container while
    building the image. Previously, the API used to stop working after
    sometime or the file would be missing in container in some cases.
    This could be one of the solution to fix it. but the main cause still
    has to be fixed.
    
    This will make the API not work locally as the file generated is in gen
    and API server will look at the custom path we provided.
    
    Signed-off-by: Shivam Mukhade <[email protected]>
    SM43 committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    3945756 View commit details
    Browse the repository at this point in the history