Skip to content

Commit

Permalink
remove comments and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianq committed Nov 2, 2017
1 parent fb5cae0 commit 2214364
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -39,7 +39,7 @@ Socket handling happens in consumers.py. Three methods are implemented so far:

Currently, three request are sort of handle:
- client_id (on connection)
- user_priveleges (on connection)
- user_privileges (on connection)
- geppetto_version (on message)

This is enought to load a basic geppetto canvas (geppetto.vm template).
Expand Down
1 change: 0 additions & 1 deletion pygeppetto_server/urls.py
Expand Up @@ -6,5 +6,4 @@
urlpatterns = [
url(r'^$', views.index, name='index'),
url(r'^org.geppetto.frontend/geppetto/(?P<path>.*)', RedirectView.as_view(url='/static/org.geppetto.frontend/src/main/webapp/%(path)s')),
# url(r'^org.geppetto.frontend/geppetto/(?P<path>.*)', 'django.views.generic.simple.redirect_to', {'url': '/src/main/webapp/%(path)s'}),
]

0 comments on commit 2214364

Please sign in to comment.