mirror of
https://github.com/wahyd4/badger.git
synced 2026-08-09 05:15:58 +10:00
Fix the issue of getting my badge
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ export default {
|
||||
env: process.env.NODE_ENV,
|
||||
baseURL: process.env.BASE_URL || 'http://localhost:3000',
|
||||
backendURL: process.env.NODE_ENV === 'production' ? 'https://badges.toozhao.com' : 'http://localhost:8080',
|
||||
myBadge: process.env.NODE_ENV === 'production' ? 'http://localhost:8080/badges/01EGTQ3JBFYS7VZG36SBPM0SA9' : 'https://badges.toozhao.com/badges/01EGTQ64XK7M48A67K9Y62J0QZ'
|
||||
myBadge: process.env.NODE_ENV === 'production' ? 'https://badges.toozhao.com/badges/01EGTQ64XK7M48A67K9Y62J0QZ' : 'http://localhost:8080/badges/01EGTQ3JBFYS7VZG36SBPM0SA9'
|
||||
},
|
||||
/*
|
||||
** Axios module configuration
|
||||
|
||||
Reference in New Issue
Block a user