Docker update

This commit is contained in:
2025-10-10 00:28:37 +05:30
parent 0d79536895
commit 317f3a6667
6 changed files with 6 additions and 6 deletions

View File

@ -39,7 +39,7 @@ export interface JobApplicationData {
}
class CareerService {
private apiBaseUrl = process.env.NEXT_PUBLIC_API_BASE_URL || 'http://localhost:8080';
private apiBaseUrl = process.env.NEXT_PUBLIC_API_URL || 'http://localhost:8080';
async getActiveJobs(): Promise<Job[]> {
try {