committed by
Paul Melnikow
parent
7ca2e97155
commit
4d22799962
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user