Adjust comments and notes

This commit is contained in:
Fred Boniface 2023-01-11 13:59:22 +00:00
parent dc4c50efc6
commit d8d2799145
3 changed files with 2 additions and 3 deletions

View File

@ -1,3 +1,3 @@
# What to do next: # What to do next:
* List services changed to read from db rather than request fresh data each time. * LDB to lookup and validate CRS or convert TIPLOC/STANOX to CRS before fetch.

View File

@ -39,7 +39,7 @@ http {
proxy_cache_key $scheme://$host$uri$is_args$query_string; proxy_cache_key $scheme://$host$uri$is_args$query_string;
proxy_ignore_headers Cache-Control; proxy_ignore_headers Cache-Control;
proxy_cache_valid 200 1m; proxy_cache_valid 200 1m;
} }
location /api/v1/list/ { location /api/v1/list/ {
proxy_pass http://localhost:8460; proxy_pass http://localhost:8460;

View File

@ -8,7 +8,6 @@
// convertTiploc(TIPLOC) : Exported: Looks up CRS, Name & STANOX for Tiploc // convertTiploc(TIPLOC) : Exported: Looks up CRS, Name & STANOX for Tiploc
const log = require('../utils/log.utils'); // Log Helper const log = require('../utils/log.utils'); // Log Helper
const ldb = require('ldbs-json') const ldb = require('ldbs-json')
const util = require('../utils/ldb.utils') const util = require('../utils/ldb.utils')