Skip to content

Commit 97b59f8

Browse files
committed
rm comment
1 parent 77e5bcb commit 97b59f8

File tree

2 files changed

+2
-4
lines changed
  • services

2 files changed

+2
-4
lines changed

services/static-webserver/client/source/class/osparc/data/Resources.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,8 +458,8 @@ qx.Class.define("osparc.data.Resources", {
458458
"trash": {
459459
endpoints: {
460460
delete: {
461-
method: "DELETE",
462-
url: statics.API + "/trash"
461+
method: "POST",
462+
url: statics.API + "/trash:empty"
463463
}
464464
}
465465
},

services/web/server/src/simcore_service_webserver/garbage_collector/_tasks_trash.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
CleanupContextFunc = Callable[[web.Application], AsyncIterator[None]]
2020

2121

22-
# TODO: update to new style? like vip task. and add setup there?
23-
2422
_PERIODIC_TASK_NAME = f"{__name__}"
2523
_APP_TASK_KEY = f"{_PERIODIC_TASK_NAME}.task"
2624

0 commit comments

Comments
 (0)