feat(server): build axum web server for licensing, landing page, and updates
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
pub mod activate;
|
||||
pub mod checkout;
|
||||
pub mod docs;
|
||||
pub mod download;
|
||||
pub mod errors;
|
||||
pub mod healthz;
|
||||
pub mod landing;
|
||||
pub mod privacy;
|
||||
pub mod refunds;
|
||||
pub mod success;
|
||||
pub mod terms;
|
||||
pub mod updater;
|
||||
Reference in New Issue
Block a user