learn-angular-from-scratch-step-by-step
learn-angular-from-scratch-step-by-step copied to clipboard
Fix path for categories.json.
Was working through a tutorial based on this project, and noticed when running a production build locally or in S3, I was getting a 404 trying to get categories.json.
Setting an absolute path here seems to fix it.