mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
refactor(openapi): move openapi to a separate folder (#4859)
This commit is contained in:
@ -2,7 +2,7 @@ mod openapi;
|
||||
mod routes;
|
||||
|
||||
fn main() {
|
||||
let file_path = "openapi/openapi_spec.json";
|
||||
let file_path = "api-reference/openapi_spec.json";
|
||||
#[allow(clippy::expect_used)]
|
||||
std::fs::write(
|
||||
file_path,
|
||||
|
||||
Reference in New Issue
Block a user