Start of a v2 API.
This commit is contained in:
parent
3bfa2a6509
commit
acbcc2e206
16 changed files with 508 additions and 55 deletions
|
@ -2,7 +2,7 @@ import logging
|
|||
|
||||
from app import image_diff_queue
|
||||
from data import model
|
||||
from endpoints.registry import process_image_changes
|
||||
from endpoints.v1.registry import process_image_changes
|
||||
from workers.worker import Worker
|
||||
|
||||
|
||||
|
|
Reference in a new issue