OSDN Git Service

Asynchronous implements
[open-pdm-light/PartList.git] / PartsList / PartsList / conf / routes
index 4b69c9e..94d320f 100644 (file)
@@ -5,7 +5,7 @@
 # Home page
 GET     /                                                               controllers.Application.index
 GET     /single_partslist           controllers.PartsListController.index(opt:Int=0, page:Int, key:String, relationKey:String)
-GET     /single_partslist_download  controllers.PartsListController.downLoad(opt:Int, page:Int, key:String, relationKey:String)
+GET     /single_partslist_download_future  controllers.PartsListController.downLoadFuture(opt:Int, page:Int, key:String, relationKey:String)
 GET             /multi_partslist                                controllers.PartsListController.index(opt:Int=1, page:Int, key:String, relationKey:String)
 POST    /multi_partslist                                controllers.PartsListController.index(opt:Int=1, page:Int, key:String, relationKey:String)
 GET             /matrix_partslists                      controllers.PartsListController.matrixPartList(project:String)