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

Routes are separated and the relevant endpoints json file updated. #115

Closed nihalmpatel closed 6 years ago

nihalmpatel commented 6 years ago

The current routes.js file contains all the routes in a single file. Hence, routes are logically separated and the related endpoint json file is updated to new endpoints.

psnmissaka commented 6 years ago

@nihalmpatel can you fix the conflicting files?

nihalmpatel commented 6 years ago

I'm working on this.

nihalmpatel commented 6 years ago

Conflicts have been resolved. Kindly review the PR.