Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Carlos Ribas
rnacentral-webcode
Commits
4ef641e8
Commit
4ef641e8
authored
Apr 08, 2021
by
carlosribas
Browse files
Remove URL, as the page does not exist
parent
b41e904a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
rnacentral/portal/urls.py
rnacentral/portal/urls.py
+0
-1
No files found.
rnacentral/portal/urls.py
View file @
4ef641e8
...
...
@@ -64,7 +64,6 @@ urlpatterns = [
url
(
r
'^use-cases/?$'
,
views
.
StaticView
.
as_view
(),
{
'page'
:
'use-cases'
},
name
=
'use-cases'
),
# API documentation
url
(
r
'^api/?$'
,
views
.
StaticView
.
as_view
(),
{
'page'
:
'help/api-v1'
},
name
=
'api-docs'
),
url
(
r
'^api/v2/?$'
,
views
.
StaticView
.
as_view
(),
{
'page'
:
'coming-soon'
},
name
=
'api-v2'
),
# contact us
url
(
r
'^contact/?$'
,
views
.
ContactView
.
as_view
(),
name
=
'contact-us'
),
# contact us success
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment