Update messages
This commit is contained in:
parent
5a45249ad4
commit
e26c39677d
|
@ -90,9 +90,13 @@ async function run() {
|
||||||
if (!appId) {
|
if (!appId) {
|
||||||
const app = appId ? await getApp(apiKey, appId) : await createApp(apiKey)
|
const app = appId ? await getApp(apiKey, appId) : await createApp(apiKey)
|
||||||
appId = app._id
|
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")
|
const studentsTable = await getTable(apiKey, appId, "Students")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue