mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 07:43:42 +08:00 
			
		
		
		
	Merge pull request #306 from smileluck/main
This commit is contained in:
		@@ -39,7 +39,7 @@ export function createServiceConfig(env: Env.ImportMeta) {
 | 
			
		||||
 */
 | 
			
		||||
export function createProxyPattern(key?: App.Service.OtherBaseURLKey) {
 | 
			
		||||
  if (!key) {
 | 
			
		||||
    return '/proxy';
 | 
			
		||||
    return '/proxy-default';
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  return `/proxy-${key}`;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user