Browse Source

Permitir acesso público para o serviço de cadastro.

master
Eduardo Velasques 4 years ago
parent
commit
117c883e2b
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      server/core/_service_config.js

+ 3
- 3
server/core/_service_config.js View File

@ -6,8 +6,8 @@ if (_env.is("dev")) {
_service.allow() _service.allow()
} }
/*
if (_service.path == 'samples/my-service') {
if (_service.path.startsWith('register')) {
_service.allow() _service.allow()
} }
*/

Loading…
Cancel
Save