Browse Source

add path paliword_index word_statistics

Bhikkhu-Kosalla 4 năm trước cách đây
mục cha
commit
293b3c262d
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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",
 	],
 ];