Skip to content

Commit

Permalink
changed service name
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkim312 committed Sep 25, 2024
1 parent 8e5097c commit f17412a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions restapi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
{url: window.location.protocol + '//' + window.location.host + "/data/api/openapi.json", name: "Data"},
{url: window.location.protocol + '//' + window.location.host + "/dfr3/api/openapi.json", name: "DFR3"},
{url: window.location.protocol + '//' + window.location.host + "/semantics/api/openapi.json", name: "Semantics"},
{url: window.location.protocol + '//' + window.location.host + "/space/api/openapi.json", name: "Space"}
{url: window.location.protocol + '//' + window.location.host + "/project/api/openapi.json", name: "Space"}
{url: window.location.protocol + '//' + window.location.host + "/space/api/openapi.json", name: "Space"},
{url: window.location.protocol + '//' + window.location.host + "/project/api/openapi.json", name: "Project"}
],
dom_id: '#swagger-ui',
deepLinking: true,
Expand Down

0 comments on commit f17412a

Please sign in to comment.