Fix MyAlbum code step1
This commit is contained in:
@ -127,6 +127,8 @@ urlpatterns += [
|
||||
path('update-goal-time/', views.update_goal_time, name='update-goal-time'),
|
||||
path('get-goalimage/', views.get_goalimage, name='get-goalimage'),
|
||||
|
||||
path('get-photolist/', views.get_photo_list, name='get-photolist'),
|
||||
|
||||
]
|
||||
|
||||
if settings.DEBUG:
|
||||
|
||||
Reference in New Issue
Block a user