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

@ -25,7 +25,7 @@ export interface ApiEvent {
}
class EventService {
private apiBaseUrl = process.env.NEXT_PUBLIC_API_BASE_URL || 'http://localhost:8080';
private apiBaseUrl = process.env.NEXT_PUBLIC_API_URL || 'http://localhost:8080';
async getAllEvents(): Promise<Event[]> {
try {