mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-13 11:23:50 +00:00
cleanup
- remove unused components - cleanup style
This commit is contained in:
@@ -163,6 +163,7 @@ export const getInfo = async (req, res) => {
|
||||
res.status(200).send({
|
||||
networkInterfaces: ni,
|
||||
});
|
||||
};
|
||||
|
||||
// Create controller for POST request to '/ontime/db'
|
||||
// Returns -
|
||||
@@ -184,5 +185,4 @@ export const dbPathToUpload = async (req, res) => {
|
||||
return;
|
||||
}
|
||||
upload(req.body.path, req, res);
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user