This commit is contained in:
@@ -77,6 +77,16 @@ custom:
|
||||
requestParameters:
|
||||
'integration.request.header.cache-control': "'public, max-age=86400, immutable'"
|
||||
|
||||
- s3:
|
||||
path: /questlog
|
||||
method: get
|
||||
action: GetObject
|
||||
bucket: ${self:custom.webuiBucket}
|
||||
roleArn: ${self:provider.role}
|
||||
key: index.html
|
||||
requestParameters:
|
||||
'integration.request.header.cache-control': "'public, max-age=86400, immutable'"
|
||||
|
||||
- s3:
|
||||
path: /items
|
||||
method: get
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<div class="quest-log">
|
||||
<div class="list">
|
||||
<QlList label="Deadlines" projects={expiringProjects} />
|
||||
<QlList label="Acitve" projects={activeProjects} />
|
||||
<QlList label="Active" projects={activeProjects} />
|
||||
<QlList label="Completed" projects={completedProjects} />
|
||||
</div>
|
||||
<div class="body">
|
||||
|
||||
Reference in New Issue
Block a user