forked from cms/tibi-svelte-starter
init
This commit is contained in:
10
api/hooks/content/delete_return.js
Normal file
10
api/hooks/content/delete_return.js
Normal file
@@ -0,0 +1,10 @@
|
||||
// @ts-check
|
||||
/**
|
||||
* @typedef {import('../types') }
|
||||
*/
|
||||
|
||||
var utils = require("../lib/utils")
|
||||
|
||||
;(function () {
|
||||
utils.clearSSRCache()
|
||||
})()
|
||||
10
api/hooks/content/post_return.js
Normal file
10
api/hooks/content/post_return.js
Normal file
@@ -0,0 +1,10 @@
|
||||
// @ts-check
|
||||
/**
|
||||
* @typedef {import('../types') }
|
||||
*/
|
||||
|
||||
var utils = require("../lib/utils")
|
||||
|
||||
;(function () {
|
||||
utils.clearSSRCache()
|
||||
})()
|
||||
10
api/hooks/content/put_return.js
Normal file
10
api/hooks/content/put_return.js
Normal file
@@ -0,0 +1,10 @@
|
||||
// @ts-check
|
||||
/**
|
||||
* @typedef {import('../types') }
|
||||
*/
|
||||
|
||||
var utils = require("../lib/utils")
|
||||
|
||||
;(function () {
|
||||
utils.clearSSRCache()
|
||||
})()
|
||||
Reference in New Issue
Block a user