create-app: Add new techdocs default configs

This commit is contained in:
Himanshu Mishra
2020-12-05 11:13:27 +01:00
parent a212e43142
commit ff3dd9c02b
3 changed files with 6 additions and 3 deletions
@@ -162,7 +162,7 @@ export async function createRouter({
res
.status(408)
.send(
'Sorry! It is taking longer for the generated docs to show up up in storage. Check back later.',
'Sorry! It is taking longer for the generated docs to show up in storage. Check back later.',
);
return;
}