api for frontend is added

This commit is contained in:
병준 박 2022-08-19 07:46:16 +00:00
parent 4ae9b3c9f0
commit 75410ef97b
4 changed files with 9 additions and 0 deletions

View 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");

View File

@ -0,0 +1,2 @@
pub mod game;
pub mod vendor;

View 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");

View File

@ -1,3 +1,4 @@
pub mod api;
pub mod bank;
pub mod identity;
// pub mod member_bank_account;