mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-03 10:26:26 +02:00
pkg(*-*): Fix uninstall
This commit is contained in:
parent
81cdc766b6
commit
d3ce08b170
3 changed files with 6 additions and 6 deletions
|
@ -91,7 +91,7 @@ module.exports = {
|
|||
|
||||
// DELETE /packages/:language/:version
|
||||
async package_uninstall(req, res) {
|
||||
logger.debug('Request to install package');
|
||||
logger.debug('Request to uninstall package');
|
||||
|
||||
const pkg = await get_package(req.params.language, req.params.version);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue