- 列表 GET
book/list或者book/index或者books - 详情 GET
book/show/{id}或者book/detail/{id} - 保存 POST
book/store - 更新 POST
book/update/{id} - 保存/更新 POST
book/save/{id?} - 删除 GET
book/destroy/{id}或者book/delete/{id}
Last active
November 19, 2021 10:28
-
-
Save guanguans/008f0f3d321aee7cb94aa9bd12ae4d46 to your computer and use it in GitHub Desktop.
#route
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment