1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

Update seedDB.ts

This commit is contained in:
Allan Bowe
2022-08-02 19:33:16 +01:00
committed by GitHub
parent bbfd53e79e
commit 98e501334f

View File

@@ -81,7 +81,7 @@ const GROUP = {
const PUBLIC_GROUP = {
name: PUBLIC_GROUP_NAME,
description:
'It is a special group that bypasses authentication for particular routes.'
'A special group that can be used to bypass authentication for particular routes.'
}
const CLIENT = {