api for frontend is added
This commit is contained in:
parent
4ae9b3c9f0
commit
75410ef97b
3
src/c2se/frontend/api/game.rs
Normal file
3
src/c2se/frontend/api/game.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
const SUBJECT: &str = "bet.beteran.c2se.frontend.api.game";
|
||||
|
||||
pub const SUBJECT_LIST_GAMES: &str = const_format::concatcp!(SUBJECT, ".ListGames");
|
2
src/c2se/frontend/api/mod.rs
Normal file
2
src/c2se/frontend/api/mod.rs
Normal file
|
@ -0,0 +1,2 @@
|
|||
pub mod game;
|
||||
pub mod vendor;
|
3
src/c2se/frontend/api/vendor.rs
Normal file
3
src/c2se/frontend/api/vendor.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
const SUBJECT: &str = "bet.beteran.c2se.frontend.api.vendor";
|
||||
|
||||
pub const SUBJECT_LIST_VENDORS: &str = const_format::concatcp!(SUBJECT, ".ListVendors");
|
|
@ -1,3 +1,4 @@
|
|||
pub mod api;
|
||||
pub mod bank;
|
||||
pub mod identity;
|
||||
// pub mod member_bank_account;
|
||||
|
|
Loading…
Reference in New Issue
Block a user