Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/UoaWDCC/uasc-web
Browse files Browse the repository at this point in the history
  • Loading branch information
choden-dev committed Mar 5, 2024
2 parents 07262a0 + 56f946b commit b114853
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions client/src/services/FetchClient.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import createClient from "openapi-fetch"
import type { paths } from "models/__generated__/schema"

const fetchClient = createClient<paths>({
baseUrl: process.env.BACKEND_BASE_URL
})

export default fetchClient

0 comments on commit b114853

Please sign in to comment.