Skip to content

Commit a1933fa

Browse files
fix broken services api path call
1 parent 242c940 commit a1933fa

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)