Skip to content
Snippets Groups Projects
Commit 79ab868b authored by Damien Armillon's avatar Damien Armillon
Browse files

change template

parent df9a6468
Branches feature/change-pdf-endpoint
No related tags found
1 merge request!1(feature): change pdf endpoint
...@@ -9,13 +9,13 @@ ...@@ -9,13 +9,13 @@
{ {
"type": "image", "type": "image",
"path": "/home/edsheebran/Bureau/imgToucan", "path": "./img",
"knownMime" : ["image/png","image/jpeg"], "knownMime" : ["image/png","image/jpeg"],
"extensions" : [".png",".jpeg"] "extensions" : [".png",".jpeg"]
}, },
{ {
"type": "pdf", "type": "pdf",
"path": "/home/edsheebran/Bureau/pdfToucan", "path": "./pdf",
"knownMime" : ["application/pdf"], "knownMime" : ["application/pdf"],
"extensions" : ["pdf"] "extensions" : ["pdf"]
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment