Skip to content

Commit

Permalink
[#92] - Remove useless point to fix api endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Jul 14, 2016
1 parent 2d5e425 commit 8e47f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/angular/services/configService.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ConfigService {
}

api(name) {
return (this.configuration.api.github.base || '.') + this.configuration.api.github[name];
return (this.configuration.api.github.base || '') + this.configuration.api.github[name];
}

service(name) {
Expand Down

0 comments on commit 8e47f18

Please sign in to comment.