mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-23 17:29:06 +01:00
16 lines
421 B
Plaintext
16 lines
421 B
Plaintext
|
{
|
||
|
summary: 'データベースを初期化して、Redisのデータを消去します。',
|
||
|
description: 'データベースを初期化して、Redisのデータを消去します。NODE_ENV環境変数がtestingに設定されている場合のみ動作します。',
|
||
|
tags: [
|
||
|
'non-productive',
|
||
|
],
|
||
|
requireCredential: false,
|
||
|
req: {
|
||
|
type: 'object',
|
||
|
properties: {},
|
||
|
required: [],
|
||
|
},
|
||
|
res: {},
|
||
|
errors: {},
|
||
|
}
|