From a0737291a4106536a7696243e1586231ffc99804 Mon Sep 17 00:00:00 2001 From: Christopher Fremond Date: Sun, 10 Nov 2019 18:45:41 +0000 Subject: [PATCH] adaptatation to gitea --- subjects/to-git-or-not-to-git.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/to-git-or-not-to-git.en.md b/subjects/to-git-or-not-to-git.en.md index 81bebd2d2..1ddf163fd 100644 --- a/subjects/to-git-or-not-to-git.en.md +++ b/subjects/to-git-or-not-to-git.en.md @@ -8,7 +8,7 @@ Only the numbers will appear. > Local API documentation: https://git.01.alem.school/api/swagger -Adapt & complete this command : +Here is the base command that needs to be adapted with your username and more : ``` curl -s https://01.alem.school/api/graphql-engine/v1/graphql --data '{"query":"{user(where:{githubLogin:{_eq:\"choumi\"}}){id}}"}'