Start of a v2 API.

This commit is contained in:
Jake Moshenko 2015-06-22 17:37:13 -04:00
parent 3bfa2a6509
commit acbcc2e206
16 changed files with 508 additions and 55 deletions

View file

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