Bearle / django_private_chat2

Chat app for Django, powered by Django Channels, Websockets & Asyncio
MIT License
295 stars 80 forks source link

The project runs on every url followed by localhost. #18

Closed VSofficial closed 3 years ago

VSofficial commented 3 years ago

This project (including frontend of example) runs (frontend shows up and running) on every existing url followed by 127.0.0.1:8000, after integrating in my own project. How can i make it to only run for one address like 127.0.0.1:8000/chat.

VSofficial commented 3 years ago

It was problem in interpretation, this working fine