Commit e9f914d9 authored by Prasanna's avatar Prasanna

app.yaml file updated

parent 0cf766a7
......@@ -2,12 +2,26 @@ service: ms-authenticator
runtime: nodejs14
instance_class: F2
# handlers:
# - url: /
# static_files: dist/scan_qr/index.html
# upload: dist/scan_qr/index.html
# - url: /
# static_dir: dist/scan_qr
handlers:
- url: /
static_files: dist/scan_qr/index.html
upload: dist/scan_qr/index.html
- url: /
static_dir: dist/scan_qr
- url: /(.+)\.js$
mime_type: application/javascript
static_files: dist/scan_qr/\1.js
upload: dist/scan_qr/(.+)\.js
- url: /(.+\.(?:ico|png|gif|jpg|jpeg|svg))$
static_files: dist/scan_qr/\1
upload: dist/scan_qr/(.+\.(?:ico|png|gif|jpg|jpeg|svg))$
- url: /.*
static_files: dist/scan_qr/index.html
upload: dist/scan_qr/index.html
inbound_services:
- warmup
......
......@@ -13,8 +13,8 @@
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<link rel="stylesheet" href="styles.1630600df617c5c3.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.1630600df617c5c3.css"></noscript></head>
<body style="background-image: url('./assets/bg.png'); background-size: 100%; background-repeat: no-repeat; overflow: hidden;">
<body style="background-image: url('./assets/bg.jpg'); overflow: hidden;">
<app-root></app-root>
<script src="runtime.7379a8014dc3eb0f.js" type="module"></script><script src="polyfills.5dc0be3b31d08df6.js" type="module"></script><script src="main.9963fecbb8e1f089.js" type="module"></script>
<script src="runtime.7379a8014dc3eb0f.js" type="module"></script><script src="polyfills.5dc0be3b31d08df6.js" type="module"></script><script src="main.ddb361679141610d.js" type="module"></script>
</body></html>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment