aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/api.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/api.go')
-rw-r--r--app/controllers/api.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/controllers/api.go b/app/controllers/api.go
new file mode 100644
index 0000000..7beaa4c
--- /dev/null
+++ b/app/controllers/api.go
@@ -0,0 +1,6 @@
1package controllers
2
3const (
4 contentTypeV1 = "application/vnd.broker.v1+json" // Original type
5 contentTypeV2 = "application/vnd.broker.v2+json" // Start of migration to multi-cloud
6)