From ebcda7b8d7ee932ff4f27d9f0613c2b793345256 Mon Sep 17 00:00:00 2001 From: nicolas-arnaud Date: Fri, 3 Mar 2023 17:38:56 +0100 Subject: [PATCH] fix readme table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 923c56a..9782fdd 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ rename .env_sample to .env and customize it to your needs and credentials. ## Back endpoints: |Method|endpoint|description|account securised?| -|:---:|:---:|:---:| +|:---:|:---:|:---:|:---:| |GET |/log/in |the login using 42 api.|☑| |GET |/log/inReturn |the 42 api callback.|☑| |GET |/log/profile |get connected user 42's datas.|☑|