Skip to content

Commit

Permalink
feat: cse.snu.ac.kr 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
yeolyi committed Apr 7, 2024
1 parent e936553 commit 944d060
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion actions/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { UserState } from '@/contexts/SessionContext';
import { COOKIE_SESSION_ID } from '@/constants/network';

export const getMockAuth = async () => {
const resp = await fetch(`https://cse-dev-waffle.bacchus.io/api/v1/mock-login`, {
const resp = await fetch(`https://cse.snu.ac.kr/api/v1/mock-login`, {
method: 'GET',
cache: 'no-store',
});
Expand Down
2 changes: 1 addition & 1 deletion apis/common.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const BASE_URL =
process.env.NODE_ENV === 'development'
? 'https://cse-dev-waffle.bacchus.io/api/v1'
? 'https://cse.snu.ac.kr/api/v1'
: 'https://csereal-prod.bacchus.io/api/v1';

export const checkError = (response: Response) => {
Expand Down
2 changes: 1 addition & 1 deletion app/[locale]/about/privacy-policy/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ const htmlContent =

const file = {
name: '「서울대학교 개인정보 처리방침」 전문.pdf',
url: 'https://cse-dev-waffle.bacchus.io/sites/default/files/node--page/「서울대학교%20개인정보%20처리방침」%20전문%20%281%29.pdf',
url: 'https://cse.snu.ac.kr/sites/default/files/node--page/「서울대학교%20개인정보%20처리방침」%20전문%20%281%29.pdf',
bytes: 322.92 * 1000,
};

0 comments on commit 944d060

Please sign in to comment.