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

API Endpoint Creation optimization #78

Closed
sno2 opened this issue Oct 8, 2020 · 0 comments · Fixed by #77
Closed

API Endpoint Creation optimization #78

sno2 opened this issue Oct 8, 2020 · 0 comments · Fixed by #77
Projects

Comments

@sno2
Copy link
Contributor

sno2 commented Oct 8, 2020

Is your feature request related to a problem? Please describe.
We should make it so that api endpoints/urls are not repeated in the back-end code at all. All of the endpoints should be pulled from an endpoints file that gives you all of the data to handle the requests.

Describe the solution you'd like
I already created an endpoints.js in a PR, all we have to do is include this within the api endpoint files.

@lelouchB lelouchB linked a pull request Oct 8, 2020 that will close this issue
@lelouchB lelouchB added this to Done in v1.0.0 Oct 8, 2020
@lelouchB lelouchB moved this from Done to Shipped to Production in v1.0.0 Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
v1.0.0
Shipped to Production
Development

Successfully merging a pull request may close this issue.

1 participant