Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 21627 |
kshitij.so |
1 |
application: jquery-file-upload
|
|
|
2 |
version: 2
|
|
|
3 |
runtime: go
|
|
|
4 |
api_version: go1
|
|
|
5 |
|
|
|
6 |
handlers:
|
|
|
7 |
- url: /(favicon\.ico|robots\.txt)
|
|
|
8 |
static_files: static/\1
|
|
|
9 |
upload: static/(.*)
|
|
|
10 |
expiration: '1d'
|
|
|
11 |
- url: /.*
|
|
|
12 |
script: _go_app
|