Highly ambitious ATProtocol AppView service and sdks

use latest aip, fixes issues with get user info endpoint return 500 on cache miss

Changed files
+2 -2
aip
+1 -1
aip/fly.toml
··· 7 7 primary_region = 'sea' 8 8 9 9 [build] 10 - image = 'ghcr.io/bigmoves/aip/aip-sqlite:main-bb11de6' 10 + image = 'ghcr.io/bigmoves/aip/aip-sqlite:main-e445b82' 11 11 12 12 [env] 13 13 EXTERNAL_BASE="https://auth.slices.network"
+1 -1
docker-compose.yml
··· 29 29 - default 30 30 31 31 aip: 32 - image: ghcr.io/bigmoves/aip/aip-sqlite:main-bb11de6 32 + image: ghcr.io/bigmoves/aip/aip-sqlite:main-e445b82 33 33 environment: 34 34 EXTERNAL_BASE: "${AIP_EXTERNAL_BASE:-http://localhost:8081}" 35 35 HTTP_PORT: "8081"