git.ntnlv.ca
Repositories
Help
Report an Issue
qdmtl-ts.git
Code
Commits
Branches
Tags
Search
Tree:
91c8fe1
Branches
Tags
prod
qdmtl-ts.git
js
yasgui-config.js
Commit initial
davvalent
commited
91c8fe1
at 2022-05-02 03:55:44
yasgui-config.js
Blame
History
Raw
/** * YASGUI configuration */ const yasgui = new Yasgui(document.getElementById("yasgui"), { requestConfig: { endpoint: "endpoint.php" }, copyEndpointOnNewTab: false, });