We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 242c940 + a1933fa commit 6b42c0eCopy full SHA for 6b42c0e
frontend/src/api/serviceEndpoints.js
@@ -1,2 +1,2 @@
1
export const getServiceBySlug = api => async slug =>
2
- await api.get(`services/?slug=${slug}`)
+ await api.get(`/api/services/?slug=${slug}`)
0 commit comments