REST Service for POPCORN - ILIAS
alex
2 hours ago b512ecf6d0399fdc86aebbad533006ea6fe4af21
test/testApiPing.js
@@ -12,13 +12,13 @@
describe("using the API", function () {
    describe("the Route POST /api/ping", function () {
    describe("the Route GET /api/ping", function () {
        it("should return an answer from php component", async function () {
            const url = getUrl(ref_id)
            console.log(url)
            const res = await fetch(url, {
                method: "POST",
                method: "GET",
                body: JSON.stringify({}),
                headers: {
                    'Content-Type': 'application/json', // Indicate JSON data