This commit is contained in:
Peter Maquiran
2023-07-12 13:54:20 +01:00
parent cadf84a0d4
commit 1087e68690
9 changed files with 35 additions and 45 deletions
+2
View File
@@ -28,4 +28,6 @@ rewriteGet.connect(GET, [CPSession])
rewriteSave.connect(SAVE, [CPSession])
rewriteDelete.connect(DELETE, [CPSession])
// get function
console.log('get')
CPSession.get()