At least some feedback if we can't save an app.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4065 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2022-12-01 00:50:06 +00:00
parent cd8b32b3ca
commit 376094452e
2 changed files with 8 additions and 4 deletions

View File

@ -94,6 +94,7 @@ function Response(request, client) {
200: 'OK',
303: 'See other',
304: 'Not Modified',
400: 'Bad Request',
403: 'Forbidden',
404: 'File not found',
500: 'Internal server error',