Skip to content

Commit

Permalink
defineManager: change schedule picture download endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
stories2 committed Mar 7, 2019
1 parent a6792f9 commit e830485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/Settings/defineManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ exports.API_KANGNAM_SHUTTLE_ADDONS_DOMAIN = 'kangnam-shuttle-addons.herokuapp.co
exports.API_AUTH_SIGN_IN = '/auth/%s'
exports.API_SCHOOL_BASIC_INFO = '/school/profile/basic'
exports.API_SCHOOL_PROFILE_PIC = '/school/profile/img'
exports.API_SHUTTLE_SCHEDULE_PIC_DOWNLOAD = 'https://us-central1-kangnamshuttle3.cloudfunctions.net/v3PublicApi/shuttleSchedulePic'
exports.API_SHUTTLE_SCHEDULE_PIC_DOWNLOAD = 'https://asia-northeast1-kangnamshuttle3.cloudfunctions.net/v3PublicApi/shuttleSchedulePic'

exports.ROLE_NORMAL = 'Normal'
exports.ROLE_ADMIN = 'Admin'
Expand Down

0 comments on commit e830485

Please sign in to comment.