Skip to content

Commit

Permalink
fix request url scheme inconsistent
Browse files Browse the repository at this point in the history
  • Loading branch information
turboFei committed Sep 21, 2024
1 parent 24f2dc9 commit 34f12e1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@
package org.apache.celeborn.server.common.http.api

import java.net.URI

import javax.servlet.ServletConfig
import javax.ws.rs.{GET, Path, PathParam, Produces}
import javax.ws.rs.core.{Application, Context, HttpHeaders, MediaType, Response, UriInfo}

import scala.collection.JavaConverters._

import com.fasterxml.jackson.core.util.DefaultPrettyPrinter
import io.swagger.v3.jaxrs2.integration.JaxrsOpenApiContextBuilder
import io.swagger.v3.jaxrs2.integration.resources.BaseOpenApiResource
Expand Down

0 comments on commit 34f12e1

Please sign in to comment.