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 Hardcoded Tags in hashnode Endpoint #17

Open
uzaxirr opened this issue Oct 3, 2021 · 0 comments
Open

Remove Hardcoded Tags in hashnode Endpoint #17

uzaxirr opened this issue Oct 3, 2021 · 0 comments
Labels
enhancement 🎉 New feature or request help wanted 🆘 Extra attention is needed

Comments

@uzaxirr
Copy link
Member

uzaxirr commented Oct 3, 2021

In the hashnode endpoint, the tags which are to be included in the post are hardcoded

    tags: [
      {
        _id: "56744723958ef13879b9549b",
        slug: article.slug,
        name: "programmin, web-dev",
      },
    ],

This is to be modified and tags are to be added as per original post

@uzaxirr uzaxirr added enhancement 🎉 New feature or request help wanted 🆘 Extra attention is needed labels Oct 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🎉 New feature or request help wanted 🆘 Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant