mirror of
https://github.com/KevinMidboe/Node-Com-Handler.git
synced 2026-02-01 14:16:33 +00:00
Folder that holds database for future plans of all contentes of Plex
Library and system info.
This commit is contained in:
7
apolloActivity/ip/views.py
Normal file
7
apolloActivity/ip/views.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.shortcuts import render
|
||||
|
||||
# Create your views here.
|
||||
from django.http import HttpResponse
|
||||
|
||||
def index(request):
|
||||
return HttpResponse("Hello, world. You're at the ip index.")
|
||||
Reference in New Issue
Block a user