1
0

update script comment

This commit is contained in:
William Welling
2021-12-14 18:02:27 -06:00
parent 0afa7c5bab
commit c7321f9a22

View File

@@ -7,7 +7,7 @@ import { buildAppConfig } from '../src/config/config.server';
const appConfig: AppConfig = buildAppConfig(); const appConfig: AppConfig = buildAppConfig();
/** /**
* Script to test the connection with the configured REST API (in the 'rest' settings of your appConfig.*.json) * Script to test the connection with the configured REST API (in the 'rest' settings of your config.*.yaml)
* *
* This script is useful to test for any Node.js connection issues with your REST API. * This script is useful to test for any Node.js connection issues with your REST API.
* *