Skip to content

Commit

Permalink
New routes for grexx
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Supheert committed May 13, 2024
1 parent cd3e701 commit 39940d0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions config/routes.yaml
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
customer:
create:
method: post
url: '/api/queued'
url: '/queued'

modify:
method: post
url: '/api/queued'
url: '/queued'

has_domain_ownership:
method: post
url: '/api/realtime'
url: '/realtime'

order:
license_create:
method: post
url: '/api/queued'
url: '/queued'

modify:
method: post
url: '/api/queued'
url: '/queued'

summary:
method: post
url: '/api/realtime'
url: '/realtime'

addon:
create:
method: post
url: '/api/queued'
url: '/queued'

terminate:
order:
method: post
url: '/api/queued'
url: '/queued'

summary:
order:
method: post
url: '/api/realtime'
url: '/realtime'

tenant:
exists:
method: post
url: '/api/realtime'
url: '/realtime'

fetch_tenant:
method: post
url: '/api/realtime'
url: '/realtime'

0 comments on commit 39940d0

Please sign in to comment.