Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions opensaas-sh/app_diff/main.wasp.diff
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,19 @@
},
},
}
@@ -207,9 +205,9 @@
@@ -101,6 +99,11 @@
component: import LandingPage from "@src/landing-page/LandingPage"
}

+query getGithubRoadmap {
+ fn: import { getGithubRoadmap } from "@src/landing-page/operations",
+ entities: []
+}
+
//#region Auth Pages
route LoginRoute { path: "/login", to: LoginPage }
page LoginPage {
@@ -207,9 +210,9 @@
}

api paymentsWebhook {
Expand All @@ -118,7 +130,7 @@
httpRoute: (POST, "/payments-webhook")
}
//#endregion
@@ -245,6 +243,17 @@
@@ -245,6 +248,17 @@
fn: import { deleteFile } from "@src/file-upload/operations",
entities: [User, File]
}
Expand All @@ -136,7 +148,7 @@
//#endregion

//#region Analytics
@@ -291,7 +300,6 @@
@@ -291,7 +305,6 @@
component: import AdminCalendar from "@src/admin/elements/calendar/CalendarPage"
}

Expand Down
Loading