我有一个苗条的api和一个应用程序,总是在每次通话结束时添加斜杠。 无法更改调用,因此我搜索了一种删除所有api调用的尾部斜杠的方法。
我该怎么做?
这就是我的尝试:
rewrite ^/api/(.*)/$ /v1/index.php?$args;
答案 0 :(得分:0)
您可以使用中间件。
<Button
android:id="@+id/estoque_menu"
android:background="@drawable/btn_estoque"
android:layout_width="@dimen/tab_button_width"
android:layout_height="@dimen/tab_button_height"
style="?android:attr/buttonBarButtonStyle"
android:contentDescription="@null"
android:onClick="estoqueClick"/>
有关详细信息,请参阅http://www.slimframework.com/docs/cookbook/route-patterns.html。