Adjust comments and notes
This commit is contained in:
parent
dc4c50efc6
commit
d8d2799145
@ -1,3 +1,3 @@
|
||||
# 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.
|
@ -39,7 +39,7 @@ http {
|
||||
proxy_cache_key $scheme://$host$uri$is_args$query_string;
|
||||
proxy_ignore_headers Cache-Control;
|
||||
proxy_cache_valid 200 1m;
|
||||
}
|
||||
}
|
||||
|
||||
location /api/v1/list/ {
|
||||
proxy_pass http://localhost:8460;
|
||||
|
@ -8,7 +8,6 @@
|
||||
// convertTiploc(TIPLOC) : Exported: Looks up CRS, Name & STANOX for Tiploc
|
||||
|
||||
const log = require('../utils/log.utils'); // Log Helper
|
||||
|
||||
const ldb = require('ldbs-json')
|
||||
const util = require('../utils/ldb.utils')
|
||||
|
||||
|
Reference in New Issue
Block a user