Skip to content

Commit

Permalink
Check, that now user is named workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
index-git committed Feb 26, 2021
1 parent da882ff commit 1c28746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layman_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
LAYMAN_PUBLIC_URL_SCHEME = urlparse(LAYMAN_CLIENT_PUBLIC_URL).scheme

REST_USERS_PREFIX = 'users'
RESERVED_WORKSPACE_NAMES = {REST_USERS_PREFIX}
RESERVED_WORKSPACE_NAMES = {REST_USERS_PREFIX, 'workspaces'}

# PREFERRED_LANGUAGES = ['cs', 'en']

Expand Down

0 comments on commit 1c28746

Please sign in to comment.