mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
typo
This commit is contained in:
parent
bebc7d524f
commit
4b5c2d627c
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@
|
||||||
url = createBaseUrl(base, url);
|
url = createBaseUrl(base, url);
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: "Get",
|
type: "Get",
|
||||||
url: "getusers"1,
|
url: "getusers",
|
||||||
dataType: "json",
|
dataType: "json",
|
||||||
success: function (response) {
|
success: function (response) {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue