fix(guild): use guild id for members endpoint
This commit is contained in:
parent
4af6e7e8d0
commit
c251b8de27
5 changed files with 21 additions and 8 deletions
|
|
@ -66,7 +66,7 @@
|
|||
serverSide: true,
|
||||
searchDelay: 800,
|
||||
ajax: {
|
||||
url: `{{websiteRoot}}/guild/{{realm}}/{{name}}/members`,
|
||||
url: `{{websiteRoot}}/guild/{{realm}}/{{id}}/members`,
|
||||
},
|
||||
columnDefs: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue