Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #42 from proshunsuke/v7
Browse files Browse the repository at this point in the history
url変わったので変更
  • Loading branch information
proshunsuke authored Apr 11, 2021
2 parents 54dccb0 + 832b245 commit 860a4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sites/sakurazaka/sakuraObjects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { SiteCalendarInterface } from '../../calendarInterface';

export const getSakuraCalendarUrl =
process.env.ENV === 'production'
? 'https://asia-northeast1-augc-260709.cloudfunctions.net/getSakuraSchedule?date='
? 'https://us-central1-augc-260709.cloudfunctions.net/getSakuraSchedule?date='
: 'http://localhost:8081?date=';

export const sakuraCalendarIds: SiteCalendarInterface[] = [
Expand Down

0 comments on commit 860a4e7

Please sign in to comment.