add: api for profiling
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-10-26 11:03:50 +08:00
parent 7ae20b8153
commit f613848d4c
2 changed files with 12 additions and 1 deletions

View File

@@ -24,3 +24,7 @@ class ImageIdOut(Schema):
image_id = String()
class ProfilingIn(Schema):
token = String()