feat: Refactoring route declarations.

This commit is contained in:
2025-01-26 01:16:59 -05:00
parent 0fad024350
commit 4dc928e1f4
34 changed files with 592 additions and 606 deletions

View File

@@ -6,7 +6,7 @@ import URLRouting
@Suite("PurchaseOrderApiRouteTests")
struct PurchaseOrderApiRouteTests {
let router = ApiRoute.router
let router = SiteRoute.Api.router
@Test
func create() throws {