-
-
Notifications
You must be signed in to change notification settings - Fork 187
Closed
Labels
Description
Source URL: https://chime.aws/0000
Target URL: chime://meeting?pin=0000
Config
module.exports = {
defaultBrowser: "Google Chrome",
handlers: [
{
match: "chime.aws/*",
url: {
host: "meeting?pin=",
protocol: "chime"
},
browser: "Amazon Chime"
}
]
};
Current output: chime://meeting?pin=/0000
Problem: need to remove slash before "0000"
Reactions are currently unavailable