Skip to content
Snippets Groups Projects
Commit 09aee1c9 authored by Xiao Gui's avatar Xiao Gui
Browse files

reconfigure precomputed server

parent 1bc8d4dd
No related branches found
No related tags found
No related merge requests found
const fs = require('fs')
const { reconfigureUrl } = require('../../deploy/util/reconfigPrecomputedServer')
exports.handler = (ev, ctx, cb) => {
const {
path,
......@@ -29,7 +29,7 @@ exports.handler = (ev, ctx, cb) => {
}
return cb(null, {
status: 200,
body: data,
body: reconfigureUrl(data),
headers: {
'Content-type': 'application/json'
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment