- remove unused components
- cleanup style
This commit is contained in:
cv
2021-06-13 21:35:48 +02:00
parent f8380b2a8c
commit 992f508d5a
8 changed files with 28 additions and 30 deletions
+1 -1
View File
@@ -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);
};