mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
fix: update default region
This commit is contained in:
parent
ce6cc1bad3
commit
8bc3bd5021
@ -77,7 +77,7 @@ var HandleInstanceCreate = (c) => {
|
||||
log(`***TOP OF POST`);
|
||||
let data = new DynamicModel({
|
||||
subdomain: "",
|
||||
region: "sfo-1"
|
||||
region: "sfo-2"
|
||||
});
|
||||
log(`***before bind`);
|
||||
c.bind(data);
|
||||
|
@ -15,7 +15,7 @@ export const HandleInstanceCreate = (c: echo.Context) => {
|
||||
log(`***TOP OF POST`)
|
||||
let data = new DynamicModel({
|
||||
subdomain: '',
|
||||
region: 'sfo-1',
|
||||
region: 'sfo-2',
|
||||
}) as { subdomain?: string; region?: string }
|
||||
|
||||
log(`***before bind`)
|
||||
|
Loading…
x
Reference in New Issue
Block a user