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
6181592692
halfapi
/
tests
/
dummy_domain
/
routers
/
abc
/
pinnochio
/
__init__.py
7 lines
107 B
Python
Raw
Normal View
History
Unescape
Escape
[wip] tests dummy_domain
2021-06-16 15:34:25 +02:00
from
halfapi
.
lib
import
acl
ACLS
=
{
'
GET
'
:
[
{
acl
.
public
}
]
[wip][routing] add routing functions in /lib/domains
2020-09-22 12:57:36 +02:00
}
[wip] tests dummy_domain
2021-06-16 15:34:25 +02:00
def
get
(
)
:
raise
NotImplementedError