Skip to content
Snippets Groups Projects

MFE-6 Use Redis to cache SAP responses

Merged Trond Aasan requested to merge MFE-6-caching into master
2 unresolved threads
Files
23
+ 2
2
@@ -2,7 +2,7 @@ import { Elm } from "../src/Main.elm";
const API_PATH = "/api";
(async function init() {
document.addEventListener("DOMContentLoaded", function () {
const app = Elm.Main.init({
flags: {
basePath: "/home/",
@@ -11,4 +11,4 @@ const API_PATH = "/api";
logoutPath: "/auth/dataporten/logout",
},
});
})();
});
Loading