Telegram-Mini-Apps / nextjs-tsdk-template

Telegram Mini Apps application template using Nex.jst, TypeScript, TON Connect and Telegram SDK.
4 stars 2 forks source link

Global Fetchs #1

Open bznbot opened 1 month ago

bznbot commented 1 month ago

I'm using the Next.js TSDK template, but where can I make global fetch requests? For example, to my createUser API or to use functions like webapp.expand?

RootInner or Root? or anything else?

image

Im trying to do something like Dogs: https://t.me/dogshouse_bot/join?startapp=JioMJu6FRqivOO2C3JRQWg

on access it they fetch a POST to /api/join creating a new user and show a loading then save it on db.

NicolasCassunde commented 1 month ago

Up