Skip to content

Commit

Permalink
Merge branch 'main' into feat4
Browse files Browse the repository at this point in the history
  • Loading branch information
iendi authored Dec 23, 2024
2 parents a89cc7f + 99a3c46 commit 7b1b43a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions backend/sdk/src/main/resources/plugins/ai-cache/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ info:
name: johnlanni
gatewayMinVersion: "2.0.0"
spec:
phase: AUTHN
priority: 10
phase: default
priority: 800
configSchema:
openAPIV3Schema:
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ info:
name: rinfx
spec:
phase: default
priority: 200
priority: 900
configSchema:
openAPIV3Schema:
type: object
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/pages/_defaultProps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export default {
{
name: 'menu.aiServiceManagement',
icon: <RobotOutlined />,
hideFromMenu: true,
children: [
{
name: 'menu.llmProviderManagement',
Expand Down Expand Up @@ -100,7 +99,6 @@ export default {
{
name: 'menu.consumerManagement',
path: '/consumer',
hideFromMenu: true,
icon: <UserOutlined />,
},
{
Expand Down

0 comments on commit 7b1b43a

Please sign in to comment.