1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00

Update messages

This commit is contained in:
Adria Navarro 2024-01-02 12:31:08 +01:00
parent 5a45249ad4
commit e26c39677d

View file

@ -90,9 +90,13 @@ async function run() {
if (!appId) {
const app = appId ? await getApp(apiKey, appId) : await createApp(apiKey)
appId = app._id
}
console.log(`App created: http://localhost:10000/builder/app/${appId}`)
console.log(`App created. Url: http://localhost:10000/builder/app/${appId}`)
} else {
console.log(
`App retrieved. Url: http://localhost:10000/builder/app/${appId}`
)
}
const studentsTable = await getTable(apiKey, appId, "Students")