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 Jul 19, 2024
1 parent ecda7e6 commit 053ff6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/bootc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ As an example, let's show how you can add a user to the image:

Firstly create a file `./config.toml` and put the following content into it:

```json
```toml
[[customizations.user]]
name = "alice"
password = "bob"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ import { FOOBAR_API } from '../constants';
// initialize an empty api service that we'll inject endpoints into later as needed
export const emptyFoobarApi = createApi({
reducerPath: 'foobarApi',
baseQuery: fetchBaseQuery({ baseUrl: FOO_BAR }),
baseQuery: fetchBaseQuery({ baseUrl: window.location.origin + FOO_BAR }),
endpoints: () => ({}),
});
```
Expand Down

0 comments on commit 053ff6f

Please sign in to comment.