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