From 486f8a9dac9b50b1f476e92485c4f7307dfb8586 Mon Sep 17 00:00:00 2001 From: Aryan Jabbari Date: Fri, 17 Jun 2016 13:35:58 +0000 Subject: [PATCH] Provide working demo for File Metadata Microservice API Project --- .../03-back-end-development-certification/api-projects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/03-back-end-development-certification/api-projects.json b/seed/challenges/03-back-end-development-certification/api-projects.json index deedb1f931e..54d69c4a325 100644 --- a/seed/challenges/03-back-end-development-certification/api-projects.json +++ b/seed/challenges/03-back-end-development-certification/api-projects.json @@ -319,7 +319,7 @@ "id": "bd7158d8c443edefaeb5bd0f", "title": "File Metadata Microservice", "description": [ - "Objective: Build a full stack JavaScript app that is functionally similar to this: https://cryptic-ridge-9197.herokuapp.com/ and deploy it to Heroku.", + "Objective: Build a full stack JavaScript app that is functionally similar to this: https://aryanj-file-size.herokuapp.com/ and deploy it to Heroku.", "Note that for each project, you should create a new GitHub repository and a new Heroku project. If you can't remember how to do this, revisit https://freecodecamp.com/challenges/get-set-for-our-back-end-development-projects.", "Here are the specific user stories you should implement for this project:", "User Story: I can submit a FormData object that includes a file upload.",