Commit 90240ae2 authored by Chunchi Che's avatar Chunchi Che

add ClientSource in mdpro deck header

parent b4f8fe7e
export function mdproHeaders(): Headers {
const myHeaders = new Headers();
myHeaders.append("ReqSource", "MDPro3");
myHeaders.append("ClientSource", "Web");
return myHeaders;
}
......
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