feat(experiments): added experiments API
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ExperimentsApiConfig(AppConfig):
|
||||
name = "api.v1.experiments"
|
||||
label = "api_v1_experiments"
|
||||
Reference in New Issue
Block a user