Docker update
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user