root 5 年前
父节点
当前提交
a16dcbe98c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      routes/api.php

+ 1
- 1
routes/api.php 查看文件

@@ -161,7 +161,7 @@ Route::group(['middleware' => 'mobileapps'], function() {
| EPBT
|---------------------------------------------------------------------------*/
Route::get('/code/bandar', 'Api\EpbtController@getCodeBandar');
Route::get('/code/taman', 'Api\EpbtController@getCodeTaman');
Route::post('/code/taman', 'Api\EpbtController@getCodeTaman');
Route::post('/code/jalan', 'Api\EpbtController@getCodeJalan');
});


正在加载...
取消
保存