Skip to content
Snippets Groups Projects
Commit 258b57d7 authored by Saket Agrahari's avatar Saket Agrahari
Browse files

Adding index.html to manifest

parent d684d42f
No related branches found
No related tags found
No related merge requests found
recursive-include compendium_v2/static *
include compendium_v2/datasources/dummy-service-matrix.json *
include compendium_v2/Templates/index.html *
......@@ -42,7 +42,7 @@ def after_request(resp):
return common.after_request(resp)
@routes.route("/")
@routes.route("/", methods=['GET'])
def index():
return render_template('index.html')
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -52,9 +52,9 @@ function AnnualReport(): ReactElement {
return (
<div>
<h1>Annual Report</h1>
{nrens?.map(nren=>(
<h4 key={nren.nren_id}>{nren.name}</h4>
))}
{/*{nrens?.map(nren=>(*/}
{/* <h4 key={nren.nren_id}>{nren.name}</h4>*/}
{/*))}*/}
</div>
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment