We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b46253 commit f6cf722Copy full SHA for f6cf722
spring-boot-vuejs/frontend/src/service/CourseDataService.js
@@ -1,6 +1,6 @@
1
import axios from "axios";
2
3
-const BACKEND_URL = "http://spring-boot-vuejs:8080";
+const BACKEND_URL = "http://localhost:8080";
4
const COURSES_API_URL = `${BACKEND_URL}/api/courses`;
5
6
class CourseDataService {
0 commit comments