From 117c883e2b1dcf9725e469c648328a2a5641d650 Mon Sep 17 00:00:00 2001 From: Eduardo Velasques Date: Sun, 20 Mar 2022 14:40:26 +0000 Subject: [PATCH] =?UTF-8?q?Permitir=20acesso=20p=C3=BAblico=20para=20o=20s?= =?UTF-8?q?ervi=C3=A7o=20de=20cadastro.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/core/_service_config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/core/_service_config.js b/server/core/_service_config.js index a94daa7..7151cf0 100644 --- a/server/core/_service_config.js +++ b/server/core/_service_config.js @@ -6,8 +6,8 @@ if (_env.is("dev")) { _service.allow() } -/* -if (_service.path == 'samples/my-service') { + +if (_service.path.startsWith('register')) { _service.allow() } -*/ +