wm-AllKids-tibi2023/api/hooks/clear_cache.js
robin 241513e32f
All checks were successful
deploy to production / deploy (push) Successful in 1m23s
ssr
2023-12-15 12:35:45 +00:00

6 lines
83 B
JavaScript

var utils = require("./lib/utils")
;(function () {
utils.clearSSRCache()
})()