Skip to content
Snippets Groups Projects
Verified Commit 91bde833 authored by Mark's avatar Mark
Browse files

Fix typos

parent 40e3f8f5
No related branches found
No related tags found
1 merge request!2Minimal frontend
......@@ -62,10 +62,10 @@ Navigate your browser to the `server` URL, that you specified in `nuxt.config.js
is 3000.
As an administrator you can access the user backend API by accessing the api endpoint
that is exposed by the userpanel at `/api/admin/graphql`. If you run your backend server in
that is exposed by the user-panel at `/api/admin/graphql`. If you run your backend server in
development mode, you can access the `GraphiQL` web interface of the backend by navigating
your browser to the URL.
Note that you need to manually provide a cookie containing the Baerer token in case you don't
Note that you need to manually provide a cookie containing the Bearer token in case you don't
access the api with a browser that automatically includes your cookie in the request.
Passing the token as a GET or POST variable is not supported.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment