Skip to content

Commit

Permalink
Fix Github base url again
Browse files Browse the repository at this point in the history
Fix #1243.
  • Loading branch information
paulmelnikow committed Nov 2, 2017
1 parent 7ca2e97 commit 4d22799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/github-auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function cancelAutosaving() {
}

function setRoutes(server) {
const baseUrl = process.env.BASE_URL || 'https://shields.io';
const baseUrl = process.env.BASE_URL || 'https://img.shields.io';

server.route(/^\/github-auth$/, function(data, match, end, ask) {
if (!(serverSecrets && serverSecrets.gh_client_id)) {
Expand Down

0 comments on commit 4d22799

Please sign in to comment.