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