Skip to content

Commit f6cf722

Browse files
committed
ifinances
1 parent 8b46253 commit f6cf722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-vuejs/frontend/src/service/CourseDataService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import axios from "axios";
22

3-
const BACKEND_URL = "http://spring-boot-vuejs:8080";
3+
const BACKEND_URL = "http://localhost:8080";
44
const COURSES_API_URL = `${BACKEND_URL}/api/courses`;
55

66
class CourseDataService {

0 commit comments

Comments
 (0)