Toggle navigation
Toggle navigation
This project
Loading...
Sign in
cse437_e
/
smartdoorlock-backend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
dahee kim
2020-11-16 21:16:05 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ff6a6a5422abed7232351724976270edafcceaa0
ff6a6a54
1 parent
a6e4b67f
change path of remote history
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/urls.py
src/urls.py
View file @
ff6a6a5
...
...
@@ -26,5 +26,5 @@ urlpatterns = [
path
(
'api/setting'
,
views
.
Recording
.
as_view
()),
path
(
'api/auth'
,
views
.
Login
.
as_view
()),
path
(
'api/device'
,
views
.
Device
.
as_view
()),
path
(
'api/
history'
,
view
.
History
.
as_view
()),
path
(
'api/
remote'
,
view
.
Remote
.
as_view
()),
]
...
...
Please
register
or
login
to post a comment