-
Notifications
You must be signed in to change notification settings - Fork 0
feat: decompose V1 CRUD routes into pipeline primitives #135
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
Changes from all commits
60b851a
49d42a8
997e1b4
965ba43
d74ee62
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -1561,7 +1561,7 @@ | |||||
| })) | ||||||
|
|
||||||
| srv := &http.Server{ | ||||||
| Addr: *addr, | ||||||
| Addr: *multiWorkflowAddr, | ||||||
|
Check failure on line 1564 in cmd/server/main.go
|
||||||
|
||||||
| Addr: *multiWorkflowAddr, | |
| Addr: *addr, |
Check failure on line 1584 in cmd/server/main.go
GitHub Actions / Lint
undefined: multiWorkflowAddr
Check failure on line 1584 in cmd/server/main.go
GitHub Actions / Build
undefined: multiWorkflowAddr
Check failure on line 1592 in cmd/server/main.go
GitHub Actions / Lint
undefined: multiWorkflowAddr
Check failure on line 1592 in cmd/server/main.go
GitHub Actions / Build
undefined: multiWorkflowAddr
Check failure on line 1593 in cmd/server/main.go
GitHub Actions / Lint
undefined: multiWorkflowAddr (typecheck)
Check failure on line 1593 in cmd/server/main.go
GitHub Actions / Build
undefined: multiWorkflowAddr
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR description says this change set only modifies
admin/config.yaml, but this PR also includes a code change incmd/server/main.go. Please update the PR description (and test plan, if applicable) to reflect the additional change, or split the server change into a separate PR.