scorelab / Stackle

Stackle is an web communication portal aimed at providing Open Source organizations a platform to have discussions on their github projects and their issues. It provides Github intergration which allows adminstrator of an organization to create a forum thread for the particualr organization. Users signing in is able to view forums of the organizations they contribute to and engage in the forum discussions.
Apache License 2.0
104 stars 146 forks source link

Get stack by name is not working #175

Closed Rupeshiya closed 4 years ago

Rupeshiya commented 4 years ago

Before you describe your issue, idea or feature, please consider using this issue template.

Get stack by name is not working, i.e route /api/name/:organisationName is responding with error code 500

Type of issue:

Short description on the issue

Get stack by name is not working, i.e route /api/name/:organisationName is responding with error code 500

Possible fix

Modify the /name/:organisationName for proper functioning

Rupeshiya commented 4 years ago

I have checked it second time and found that instead of /api/name/:orgName /api/org/name/:orgname worked. So closing this issue.