init
This commit is contained in:
11
api/hooks/ssr/post_create.js
Normal file
11
api/hooks/ssr/post_create.js
Normal file
@@ -0,0 +1,11 @@
|
||||
// @ts-check
|
||||
/**
|
||||
* @typedef {import('../types') }
|
||||
*/
|
||||
|
||||
;(function () {
|
||||
throw {
|
||||
status: 500,
|
||||
message: "ssr is only a dummy collection",
|
||||
}
|
||||
})()
|
||||
Reference in New Issue
Block a user