(refactor) AppState to state mod
This commit is contained in:
parent
8a03bdee96
commit
5b3c2d4ec7
6 changed files with 92 additions and 14 deletions
4
src/api.rs
Normal file
4
src/api.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
// src/api.rs
|
||||
// Объявляет клиенты для работы с внешними API
|
||||
|
||||
pub mod banking; // Наш HTTP клиент к банковским API
|
||||
Loading…
Add table
Add a link
Reference in a new issue