Skip to content
Snippets Groups Projects

Resolve "Rest API should follow google guidlines"

Merged Piotr Gawron requested to merge 90-rest-api-should-follow-google-guidlines into master
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -227,8 +227,7 @@ ServerConnector.getApiUrl = function(paramObj) {
ServerConnector.getProjectUrl = function(projectId, token) {
return this.getApiUrl({
type : "projects",
method : projectId,
type : "projects/" + projectId,
params : {
token : token,
},
Loading