feat: export routes

This commit is contained in:
crazywoola 2023-05-12 15:07:57 +08:00
parent 843a0a739e
commit e301523f4a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import axios from 'axios'
export const BASE_URL = 'https://api.dify.ai/v1'
const routes = {
export const routes = {
application: {
method: 'GET',
url: () => `parameters`