mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-25 10:19:06 +01:00
Fix config
This commit is contained in:
parent
4b2f9bd631
commit
a28d818906
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue