Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update doc for about #58

Merged
merged 1 commit into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
Template app that bootstraps the creation of gridsuite apps.
The template setup the authentication mechanism and provide a configured empty application.

To customize this repository for an app, search and replace the string XXX with the name of the app. For example, GridXXX -> GridFoo, gridXXX-app -> gridfoo-app.
To customize this repository for an app, search and replace the string `XXX` with the name of the app. For example, GridXXX -> GridFoo, gridXXX-app -> gridfoo-app.

Create a new view in study-server and replace `yyy` with the new token in rest api `src/rest/study.ts`.

## Typescript config

Expand Down
2 changes: 1 addition & 1 deletion src/rest/study.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const API_URL =

export function getServersInfos(token) {
return backendFetchJson(
`${API_URL}/servers/about`,
`${API_URL}/servers/about?view=yyy`,
{
headers: {
Accept: 'application/json',
Expand Down
Loading