IFB-ElixirFr / ifbcat

IFB Catalogue REST API.
GNU General Public License v3.0
1 stars 0 forks source link

Fix the bug that could appear when we try to get url of documentation. #231

Closed Aziguy closed 2 years ago

Aziguy commented 2 years ago

I think we're good with this this @bryan-brancotte but I saw some test failed related to "view crash..."

bryan-brancotte commented 2 years ago

Note:

When master pass CI, you'll have to merge master in your branch:

git checkout master
git pull
git checkout improve-tool-model
git merge master
git push