feat(blog-frontend): 添加 axios 和 swagger 生成的 api
This commit is contained in:
15
blog-frontend/src/api-base/api.ts
Normal file
15
blog-frontend/src/api-base/api.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* OpenAPI definition
|
||||
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
||||
*
|
||||
* OpenAPI spec version: v0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by the swagger code generator program.
|
||||
* https://github.com/swagger-api/swagger-codegen.git
|
||||
* Do not edit the class manually.
|
||||
*/export * from './apis/blog-controller-api';
|
||||
export * from './apis/user-controller-api';
|
||||
|
Reference in New Issue
Block a user