This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
eduveks
/
perifacode
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Permitir acesso público para o serviço de cadastro.
master
Eduardo Velasques
4 years ago
parent
d29d0189e6
commit
117c883e2b
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
(
)
}
/
*
if
(
_service
.
path
==
'samples/my-service'
)
{
if
(
_service
.
path
.
startsWith
(
'register'
)
)
{
_service
.
allow
(
)
}
*
/
Write
Preview
Loading…
Cancel
Save