We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d7de16 commit 8c7c972Copy full SHA for 8c7c972
1 file changed
src/features/auth/api/getOauthLink.ts
@@ -9,7 +9,7 @@ export type GetOauthLinkDTO = {
9
}
10
11
const getOauthLink = ({ data }: GetOauthLinkDTO): Promise<{ authLink: string }> => {
12
- return axios.post('/engine/auth/auth_link', data)
+ return axios.post('/engine/auth/oauth-link', data)
13
14
15
type QueryFnType = typeof getOauthLink
0 commit comments