Commit 0161bd00 authored by OG KingFox's avatar OG KingFox
Browse files

fixed wrong parameter for new api

parent 09d211c8
Showing with 1 addition and 1 deletion
+1 -1
......@@ -286,7 +286,7 @@ document.addEventListener('DOMContentLoaded', function(event) {
url: 'https://api.rune-nexus.com/server/graph',
data: {
days: days,
server: "{{ server.id }}"
id: "{{ server.id }}"
},
type: 'GET',
complete: function (data) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment