Close DDD refactor and remove generated asset proxy
This commit is contained in:
@@ -436,9 +436,9 @@ describe('apiClient', () => {
|
||||
let capturedError: unknown;
|
||||
try {
|
||||
await requestJson(
|
||||
'/api/runtime/story/initial',
|
||||
'/api/runtime/protected-error',
|
||||
{ method: 'POST' },
|
||||
'剧情生成失败',
|
||||
'请求失败',
|
||||
);
|
||||
} catch (error) {
|
||||
capturedError = error;
|
||||
|
||||
Reference in New Issue
Block a user