Convert services api to flask native dispatching

Convert the services api to flask native dispatching.

Change-Id: Ibdecc157e1f540bbd2b0378283ec09f5677798f0
Partial-Bug: #1776504
This commit is contained in:
Morgan Fainberg
2018-08-07 13:52:48 -07:00
parent 84c074f28c
commit 18c6e838b9
5 changed files with 84 additions and 50 deletions

View File

@@ -50,6 +50,7 @@ _MOVED_API_PREFIXES = frozenset(
'limits',
'regions',
'registered_limits',
'services',
]
)