Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

Surbhi-sharma1
Copy link
Collaborator

@Surbhi-sharma1 Surbhi-sharma1 commented May 31, 2023

update readme for serving static files

GH-51

Description

Updated readme for serving static files.

Fixes #51

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Intermediate change (work in progress)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Checklist:

  • Performed a self-review of my own code
  • npm test passes on your machine
  • New tests added or existing tests modified to cover all changes
  • Code conforms with the style guide
  • API Documentation in code was updated
  • Any dependent changes have been merged and published in downstream modules

this.bind(AuthorizationBindings.CONFIG).to({
allowAlwaysPaths: ['/explorer',''/test.html'],
});
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also mention that the public folder should be added to static
and if the file is in some other folder then.. one more app.static has to be added.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

update readme for serving static files

GH-51
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@shubhamp-sf shubhamp-sf merged commit b57177e into master Jul 6, 2023
@shubhamp-sf shubhamp-sf deleted the GH-51 branch July 6, 2023 13:20
@shubhamp-sf
Copy link
Contributor

🎉 This PR is included in version 6.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Throws not found for static files
3 participants