Skip to content

Commit

Permalink
Merge pull request #507 from CodeForPhilly/fix-service-path
Browse files Browse the repository at this point in the history
fix broken services api path call
  • Loading branch information
MikeyManoguerra committed Feb 18, 2021
2 parents 242c940 + a1933fa commit 6b42c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/api/serviceEndpoints.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const getServiceBySlug = api => async slug =>
await api.get(`services/?slug=${slug}`)
await api.get(`/api/services/?slug=${slug}`)

0 comments on commit 6b42c0e

Please sign in to comment.