From a0bdaf70e371e47d5ebce3cd3fdc05794e7fea5d Mon Sep 17 00:00:00 2001 From: DecDuck Date: Fri, 27 Feb 2026 15:14:22 +1100 Subject: [PATCH] fix: oidc typo fix --- server/api/v1/auth/{odic => oidc}/callback.get.ts | 0 server/api/v1/auth/{odic => oidc}/logout.post.ts | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename server/api/v1/auth/{odic => oidc}/callback.get.ts (100%) rename server/api/v1/auth/{odic => oidc}/logout.post.ts (100%) diff --git a/server/api/v1/auth/odic/callback.get.ts b/server/api/v1/auth/oidc/callback.get.ts similarity index 100% rename from server/api/v1/auth/odic/callback.get.ts rename to server/api/v1/auth/oidc/callback.get.ts diff --git a/server/api/v1/auth/odic/logout.post.ts b/server/api/v1/auth/oidc/logout.post.ts similarity index 100% rename from server/api/v1/auth/odic/logout.post.ts rename to server/api/v1/auth/oidc/logout.post.ts