Skip to content

Commit 6b42c0e

Browse files
Merge pull request #507 from CodeForPhilly/fix-service-path
fix broken services api path call
2 parents 242c940 + a1933fa commit 6b42c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/api/serviceEndpoints.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export const getServiceBySlug = api => async slug =>
2-
await api.get(`services/?slug=${slug}`)
2+
await api.get(`/api/services/?slug=${slug}`)

0 commit comments

Comments
 (0)