Skip to content

Commit 513ae49

Browse files
committed
fix: custom error handler
1 parent 2f360ad commit 513ae49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/app.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ handlers:
1010
upload: public/(.*)
1111
- url: /
1212
static_dir: public/
13-
- url: /.*
14-
static_files: public/404.html
15-
upload: public/404.html
13+
14+
error_handlers:
15+
- file: public/404.html

0 commit comments

Comments
 (0)