Skip to content

Commit

Permalink
Merge pull request #129 from ITZipProject/main
Browse files Browse the repository at this point in the history
env 수정
  • Loading branch information
jukrap2 authored Nov 20, 2024
2 parents 048fdb6 + 9382121 commit 35bafa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/saramin/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import axios from 'axios';

import { Job } from '@/components/recruit/job';

const baseUrl = 'http://3.39.78.0:8080/api';
const baseUrl = process.env.NEXT_PUBLIC_API_URL?.replace(/\/$/, '');

interface FetchJobsParams {
page: number;
Expand Down

0 comments on commit 35bafa8

Please sign in to comment.