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

@ -32,7 +32,7 @@ export interface Blog {
}
class BlogService {
private apiBaseUrl = process.env.NEXT_PUBLIC_API_BASE_URL || 'http://localhost:8080';
private apiBaseUrl = process.env.NEXT_PUBLIC_API_URL || 'http://localhost:8080';
async getAllBlogs(): Promise<Blog[]> {
try {