マイクロサービス変更に伴うapi修正

This commit is contained in:
simple321vip
2022-12-05 15:08:57 +08:00
parent 2943e360a7
commit ed431fe748
68 changed files with 70 additions and 71 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ import { MockMethod } from 'vite-plugin-mock'
export default [
{
url: '/auth/api/v1/author/blog/content/0001',
url: '/wiki/api/v1/author/blog/content/0001',
method: 'get',
response: ({ body, query }) => {
return {
@@ -11,7 +11,7 @@ export default [
}
},
{
url: '/auth/api/v1/author/blog/content/0002',
url: '/wiki/api/v1/author/blog/content/0002',
method: 'get',
response: ({ body, query }) => {
return {