You've already forked hotpocket
This commit is contained in:
8
services/backend/hotpocket_backend/urls/testing.py
Normal file
8
services/backend/hotpocket_backend/urls/testing.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import annotations
|
||||
|
||||
from django.urls import include, path
|
||||
|
||||
urlpatterns = [
|
||||
path('', include('hotpocket_backend.apps.ui.urls')),
|
||||
]
|
||||
Reference in New Issue
Block a user