Fix config
This commit is contained in:
parent
b759ec4539
commit
c0ffb1db7f
|
@ -74,7 +74,7 @@ router.get("/.well-known/host-meta.json", async (ctx) => {
|
|||
};
|
||||
});
|
||||
|
||||
if (config.twa.nameSpace != null) {
|
||||
if (config.twa != null) {
|
||||
router.get("/.well-known/assetlinks.json", async (ctx) => {
|
||||
ctx.set("Content-Type", "application/json");
|
||||
ctx.body = [
|
||||
|
|
Loading…
Reference in New Issue