This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

update the base url in fly config

+1 -1
+1 -1
fly.toml
··· 24 24 [env] 25 25 NODE_ENV="dev" 26 26 ATPROTO_REDIRECT_URI="http://dev.api.annos.app/api/users/oauth/callback" 27 - BASE_URL="https://dev.api.annos.app" 27 + BASE_URL="https://api.dev.annos.app" 28 28 HOST="0.0.0.0" 29 29 APP_URL="https://dev.annos.app"