@sassoftware/viya-serverjs
Version:
Easy to use app server for SAS Viya applications
13 lines (10 loc) • 325 B
JavaScript
/*
* Copyright © 2019, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
;
// primarly to do a keepAlive of sasLogon
async function keepAlive2 (req, h) {
return '<h2> Token refresh failed. Contact you admin </h2>';
}
export default keepAlive2;