仪表盘
版本库
文件存储
活动
搜索
登录
hnmt
/
sniper_nc
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
更改进厂为待装
hjg
2024-07-09
30304784e82d4bba24121328da8eb8490aec4f4f
[hnmt/sniper_nc.git]
/
WebContent
/
template
/
metro
/
assets
/
plugins
/
jquery-file-upload
/
server
/
gae-go
/
app.yaml
1
2
3
4
5
6
7
8
9
10
11
12
application: jquery-file-upload
version: 2
runtime: go
api_version: go1
handlers:
- url: /(favicon\.ico|robots\.txt)
static_files: static/\1
upload: static/(.*)
expiration: '1d'
- url: /.*
script: _go_app