Penambahan akses untuk metode scan QRCOde:
Akse akan mengarah ke public/.well-known/ ### No Issue
This commit is contained in:
11
public/.well-known/apple-app-site-association
Normal file
11
public/.well-known/apple-app-site-association
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"applinks": {
|
||||||
|
"apps": [],
|
||||||
|
"details": [
|
||||||
|
{
|
||||||
|
"appID": "BMY6GT6W3D.com.anonymous.hipmi-mobile",
|
||||||
|
"paths": ["/app/*"]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
8
public/.well-known/assetlinks.json
Normal file
8
public/.well-known/assetlinks.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
[{
|
||||||
|
"relation": ["delegate_permission/common.handle_all_urls"],
|
||||||
|
"target": {
|
||||||
|
"namespace": "android_app",
|
||||||
|
"package_name": "com.bip.hipmimobileapp",
|
||||||
|
"sha256_cert_fingerprints": ["CFF8431520BFAE665025B68138774A4E64AA6338D2DF6C7D900A71F0551FFD2D"]
|
||||||
|
}
|
||||||
|
}]
|
||||||
@@ -18,6 +18,7 @@ const CONFIG: MiddlewareConfig = {
|
|||||||
userPath: "/dev/home",
|
userPath: "/dev/home",
|
||||||
publicRoutes: [
|
publicRoutes: [
|
||||||
"/",
|
"/",
|
||||||
|
"/.well-known/*",
|
||||||
"/privacy-policy.html",
|
"/privacy-policy.html",
|
||||||
"/api/not-user/*",
|
"/api/not-user/*",
|
||||||
"/api/voting/*",
|
"/api/voting/*",
|
||||||
|
|||||||
Reference in New Issue
Block a user