Skip to content

Commit

Permalink
index: change method path -> get
Browse files Browse the repository at this point in the history
  • Loading branch information
stories2 committed Mar 22, 2019
1 parent be8466b commit 0e0cf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ v3PublicApi.patch('/public/subway', publicRoute.patchPublicSubway)
v3PublicApi.get('/public/bus', publicRoute.getPublicBus)
v3PublicApi.patch('/public/bus', publicRoute.patchPublicBus)
v3PublicApi.get('/school/schedule/latest', publicRoute.routineOfCrawlSchoolLifeSchedule)
v3PublicApi.patch('/school/library/seat', publicRoute.runUpdateLibrarySeatObjects)
v3PublicApi.get('/school/library/seat', publicRoute.runUpdateLibrarySeatObjects)
exports.v3PublicApi = functions.region('asia-northeast1').https.onRequest(v3PublicApi)

v3PrivateApi.use(cors)
Expand Down

0 comments on commit 0e0cf19

Please sign in to comment.