Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MARLIN-748] add deeplink endpoint to pages controller #812

Merged
merged 2 commits into from
Jun 5, 2019
Merged

[MARLIN-748] add deeplink endpoint to pages controller #812

merged 2 commits into from
Jun 5, 2019

Conversation

xiuzhong
Copy link

@xiuzhong xiuzhong commented May 9, 2019

As described on the ticket, mno-enterprise need to expose the deeplink endpoint as below:

get '/deeplink/:oid/:etype/:eid', to: 'pages#deeplink', constraints: {oid: /[\w\-\.]+/, eid: /[\w\-]+/}

@xiuzhong xiuzhong requested review from iseessel and cesar-tonnoir and removed request for adamaziz15 May 9, 2019 06:58
@@ -1,6 +1,7 @@
MnoEnterprise::Engine.routes.draw do
# Generic routes
get '/launch/:id', to: 'pages#launch', constraints: {id: /[\w\-\.:]+/}
get '/deeplink/:oid/:etype/:eid', to: 'pages#deeplink', constraints: {oid: /[\w\-\.]+/, eid: /[\w\-]+/}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here have a more meaningful name for the variables

@xiuzhong xiuzhong added the in-staging deployed to UAT for QA label May 16, 2019
@adamaziz15 adamaziz15 merged commit 3143574 into maestrano:5.0 Jun 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement in-staging deployed to UAT for QA
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants