Fix MyAlbum code step1

This commit is contained in:
2024-11-11 15:11:21 +09:00
parent 0453494cca
commit de3e87b963
3 changed files with 116 additions and 1 deletions

View File

@ -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: