Skip to content

Commit 39f1a28

Browse files
authored
Merge pull request #6288 from espoon-voltti/add-missing-endpoint
Lisätään puuttuva mobiilisessioiden refresh-endpoint
2 parents eea6461 + 5f33a57 commit 39f1a28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apigw/src/app.ts

+1
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ export function apiRouter(config: Config, redisClient: RedisClient) {
352352
)
353353
router.get(
354354
'/employee-mobile/auth/status',
355+
refreshMobileSession(employeeMobileSessions),
355356
internalAuthStatus(employeeMobileSessions)
356357
)
357358
router.post(

0 commit comments

Comments
 (0)