Explorar el Código

add path paliword_index word_statistics

Bhikkhu-Kosalla hace 4 años
padre
commit
293b3c262d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      config/app.php

+ 2 - 0
config/app.php

@@ -247,5 +247,7 @@ return [
 		'pali_title' => public_path('pali_title'),
 		'paliword' => public_path('paliword'),
 		'paliword_book' => public_path('paliword')."/book",
+		'paliword_index' => public_path('paliword')."/index",
+		'word_statistics' => public_path('dependence')."/word_statistics/data",
 	],
 ];