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

change template

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