mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
dashboard: trailing slash and endpoint update
This commit is contained in:
parent
4cbbd92eb3
commit
23ec00f641
@ -48,7 +48,7 @@ export default class Gateways extends BaseTableWidget {
|
||||
}
|
||||
|
||||
async _fetchGateways() {
|
||||
const data = await this.ajaxCall('/api/routing/settings/searchGateway/');
|
||||
const data = await this.ajaxCall('/api/routing/settings/searchGateway');
|
||||
if (!data.rows || !data.rows.length) {
|
||||
return false;
|
||||
}
|
||||
|
||||
@ -178,7 +178,7 @@
|
||||
<filename>Gateways.js</filename>
|
||||
<link>/ui/routing/configuration</link>
|
||||
<endpoints>
|
||||
<endpoint>/api/routes/gateway/status</endpoint>
|
||||
<endpoint>/api/routing/settings/searchGateway</endpoint>
|
||||
</endpoints>
|
||||
<translations>
|
||||
<title>Gateways</title>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user