Open nayyirjutha opened 5 years ago
In regards to proper naming conventions for URIs it is common practice to structure your URIs to be all lowercase.
The following link describes naming conventions for RESTful APIs, but the conventions are the same for web urls. https://restfulapi.net/resource-naming/
The line copied here has a uri, which should be structured in the following manner: /rinkeby
/rinkeby
https://github.com/JesseAbram/GBC_Class_Bridge/blob/39d6e30189c67043ef87d011464d559721e3a97d/front-end/src/App.js#L27
For this open source project it is important to adhere to conventions. We will be fixing our code for the next release.
In regards to proper naming conventions for URIs it is common practice to structure your URIs to be all lowercase.
The following link describes naming conventions for RESTful APIs, but the conventions are the same for web urls. https://restfulapi.net/resource-naming/
The line copied here has a uri, which should be structured in the following manner:
/rinkeby
https://github.com/JesseAbram/GBC_Class_Bridge/blob/39d6e30189c67043ef87d011464d559721e3a97d/front-end/src/App.js#L27