Skip to content

Commit 8c865e0

Browse files
authored
Update part5a.md
In material it says: "The application expects your backend to be running on port 3003". But the base application provided in materials doesn't have connection to backend (maybe repo changed?). So we need to manually set up proxy. Or you can change the config file.
1 parent 493628f commit 8c865e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/5/en/part5a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ The current application code can be found on [GitHub](https://github.com/fullsta
522522

523523
### Exercises 5.1.-5.4.
524524

525-
We will now create a frontend for the bloglist backend we created in the last part. You can use [this application](https://github.com/fullstack-hy2020/bloglist-frontend) from GitHub as the base of your solution. The application expects your backend to be running on port 3003.
525+
We will now create a frontend for the bloglist backend we created in the last part. You can use [this application](https://github.com/fullstack-hy2020/bloglist-frontend) from GitHub as the base of your solution. You need to connect your backend with proxy as shown in [part 3](https://fullstackopen.com/en/part3/deploying_app_to_internet#proxy).
526526

527527
It is enough to submit your finished solution. You can do a commit after each exercise, but that is not necessary.
528528

0 commit comments

Comments
 (0)