Document isAuthRequired: true instead of false (#19641)
This commit is contained in:
@@ -476,7 +476,7 @@ export default defineLogicFunction({
|
||||
httpRouteTriggerSettings: {
|
||||
path: '/post-card/create',
|
||||
httpMethod: 'GET',
|
||||
isAuthRequired: false,
|
||||
isAuthRequired: true,
|
||||
},
|
||||
/*databaseEventTriggerSettings: {
|
||||
eventName: 'people.created',
|
||||
|
||||
Reference in New Issue
Block a user