You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.
Is your feature request related to a problem? Please describe.
The user should have an ability to create new questions in the question after filling out the new question page.
Thus an API for that is needed.
Describe the solution you'd like
Create a repository inside of application project called Questions and create a new question based on the data received from the client.
Validate the request, return errors if not valid.
Should be authorized.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a problem? Please describe.
The user should have an ability to create new questions in the question after filling out the new question page.
Thus an API for that is needed.
Describe the solution you'd like
Create a repository inside of application project called Questions and create a new question based on the data received from the client.
Validate the request, return errors if not valid.
Should be authorized.
The text was updated successfully, but these errors were encountered: