mirror of
https://github.com/BreizhHardware/Jellystat.git
synced 2026-01-18 16:27:20 +01:00
Code clean-up + API Keys
Cleaned up redundant code and moved around classes to be better grouped eg routes folder Moved endpoints to other route files to better represent their actions Removed redundant endpoints Renamed endpoints to be more meaningful Added API Key authorisations to utilize the API outside of Jellystat UI (Still need to document Endpoints) Added new column to app_config to store api keys New API Section under settings Updated backups route name
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const db = require("../db");
|
||||
const Logging = require("../logging");
|
||||
const Logging = require("../routes/logging");
|
||||
|
||||
const backup = require("../backup");
|
||||
const backup = require("../routes/backup");
|
||||
const moment = require('moment');
|
||||
const { randomUUID } = require('crypto');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user