Skip to content

Commit

Permalink
Merge pull request #4 from twin-te/hotfix/donation_onetime_auth
Browse files Browse the repository at this point in the history
単発寄付を未ログインで出来ないようにした
  • Loading branch information
SIY1121 authored May 9, 2022
2 parents faa8267 + aa17056 commit 65786a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export function startApiServer() {
// 以下のurlは認証スキップ
if (
req.originalUrl.startsWith('/donation/aggregate/') ||
req.originalUrl.startsWith('/donation/session/onetime') ||
req.originalUrl.startsWith('/information')
) {
next()
Expand Down

0 comments on commit 65786a8

Please sign in to comment.