Skip to content

Commit

Permalink
Automated developer guide update
Browse files Browse the repository at this point in the history
  • Loading branch information
schutzbot committed Jun 6, 2024
1 parent ae2aa14 commit 56ef41c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const emptyFoobarApi = createApi({
});
```

3. Declare the new constat `FOOBAR_API` to the API url in `src/constants.js`
3. Declare the new constat `FOOBAR_API` to the API url in `src/constants.ts`

```
export const FOOBAR_API = 'api/foobar/v1'
Expand Down

0 comments on commit 56ef41c

Please sign in to comment.