This website requires JavaScript.
Explore
Help
Register
Sign In
masq
/
halfapi
Watch
1
Star
0
Fork
You've already forked halfapi
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
gitlab-ci
halfapi
/
tests
/
dummy_domain
/
act
/
personne
/
__init__.py
14 lines
220 B
Python
Raw
Permalink
Blame
History
ROUTES
=
{
'
'
:
{
'
GET
'
:
[
{
'
acl
'
:
None
,
'
out
'
:
(
'
id
'
)
}
]
,
}
,
'
{
user_id:uuid}
'
:
{
'
GET
'
:
[
{
'
acl
'
:
None
,
'
out
'
:
(
'
id
'
)
}
]
,
'
SUBROUTES
'
:
[
'
eo
'
]
}
}
Reference in New Issue
View Git Blame
Copy Permalink