ShawnAI commited on
Commit
b171759
1 Parent(s): 851922f

Update dist/index.html

Browse files
Files changed (1) hide show
  1. dist/index.html +2 -2
dist/index.html CHANGED
@@ -31,7 +31,7 @@ padding-top: 20px;
31
  <h3>AMF 29518</h3>
32
  <ul>
33
  <li><a href="#" onclick="loadSwagger('https://raw.githubusercontent.com/jdegre/5GC_APIs/Rel-18/TS29518_Namf_Communication.yaml')">Communication</a></li>
34
- <li><a href="#" onclick="loadSwagger('https://raw.githubusercontent.com/jdegre/5GC_APIs/Rel-18/TS29518_Namf_EventExposure.yaml')">Event Exposure</a></li>
35
  <li><a href="#" onclick="loadSwagger('https://raw.githubusercontent.com/jdegre/5GC_APIs/Rel-18/TS29518_Namf_Location.yaml')">Location</a></li>
36
  <li><a href="#" onclick="loadSwagger('https://raw.githubusercontent.com/jdegre/5GC_APIs/Rel-18/TS29518_Namf_MT.yaml')">MT</a></li>
37
 
@@ -49,7 +49,7 @@ dom_id: '#swagger-ui'
49
  }
50
 
51
  window.onload = () => {
52
- loadSwagger('https://raw.githubusercontent.com/jdegre/5GC_APIs/Rel-18/TS29518_Namf_Communication.yaml');
53
  };
54
  </script>
55
  </body>
 
31
  <h3>AMF 29518</h3>
32
  <ul>
33
  <li><a href="#" onclick="loadSwagger('https://raw.githubusercontent.com/jdegre/5GC_APIs/Rel-18/TS29518_Namf_Communication.yaml')">Communication</a></li>
34
+ <li><a href="#" onclick="loadSwagger('./TS29518_Namf_EventExposure.yaml')">Event Exposure</a></li>
35
  <li><a href="#" onclick="loadSwagger('https://raw.githubusercontent.com/jdegre/5GC_APIs/Rel-18/TS29518_Namf_Location.yaml')">Location</a></li>
36
  <li><a href="#" onclick="loadSwagger('https://raw.githubusercontent.com/jdegre/5GC_APIs/Rel-18/TS29518_Namf_MT.yaml')">MT</a></li>
37
 
 
49
  }
50
 
51
  window.onload = () => {
52
+ loadSwagger('./rel-18/TS29518_Namf_Communication.yaml');
53
  };
54
  </script>
55
  </body>