Skip to content

Commit

Permalink
feat: add internal api monolith
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterPtato committed Apr 15, 2024
1 parent 866dd86 commit 183faad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions svc/api/internal-monolith/Service.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ priority = 70
kind = "rust"

# Has no mounts, internal only
[api]

[resources.single-node]
cpu = 50
Expand Down
4 changes: 0 additions & 4 deletions svc/api/monolith/src/route/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ define_router! {
path: api_portal::route::Router,
prefix: "portal",
},
{
path: api_provision::route::Router,
prefix: "provision",
},
{
path: api_status::route::Router,
prefix: "status",
Expand Down

0 comments on commit 183faad

Please sign in to comment.